feat: Begin automating 3k releases
This commit is contained in:
parent
2a5fe71458
commit
e1e9cd9c35
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
branches:
|
||||
- name: main
|
||||
prerelease: true
|
||||
range: '>=3000.0.0 <4000.0.0'
|
||||
|
||||
- name: release/2k
|
||||
range: '>=2000.0.0 <3000.0.0'
|
||||
|
||||
plugins:
|
||||
- '@semantic-release/commit-analyzer'
|
||||
- '@semantic-release/git'
|
||||
- - "@semantic-release/exec"
|
||||
- publishCmd: |
|
||||
goreleaser release --clean
|
||||
|
||||
tagFormat: '${version}'
|
||||
Loading…
Reference in New Issue