feat: Begin automating 3k releases

This commit is contained in:
jamesread 2025-10-23 23:24:10 +01:00
parent 2a5fe71458
commit e1e9cd9c35
1 changed files with 17 additions and 0 deletions

17
.releaserc.yaml Normal file
View File

@ -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}'