Skip to content

Commit

Permalink
ci(semantic): add 'branches' pattern to allow versioned release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Jun 5, 2024
1 parent 511d249 commit da80f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
branches:
- main
- { name: next, prerelease: true }
- "+([0-9])?(.{+([0-9]),x}).x"
tagFormat: v${version}
plugins:
- - "@semantic-release/commit-analyzer"
Expand Down

0 comments on commit da80f53

Please sign in to comment.