Skip to content

Commit

Permalink
Merge pull request #56 from ekristen/prep-semantic-release
Browse files Browse the repository at this point in the history
chore: prepare for semantic releases
  • Loading branch information
ekristen authored Jan 30, 2024
2 parents 1951967 + 491cc50 commit 24297fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"

branches:
- name: main
prerelease: 'beta'
- name: v2
range: 2.x

0 comments on commit 24297fe

Please sign in to comment.