Skip to content

Commit

Permalink
chore: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kudyniuk committed Oct 4, 2023
1 parent 0e131c4 commit 0e4a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['main', {name: 'release-candidate', prerelease: true}],
branches: ['main', {name: 'release-candidate', prerelease: "rc"}],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 0e4a2fb

Please sign in to comment.