Skip to content

Commit

Permalink
feat: prerelease branch develop added
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Nov 28, 2024
1 parent a3dfecc commit 7f37a72
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
branches: ['main'],
branches: [
'main',
{
name: 'develop',
prerelease: 'rc',
},
],
preset: 'conventionalcommits',
presetConfig: {
types: [
Expand All @@ -26,7 +32,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: `./release-script.sh \${nextRelease.version}`,
prepareCmd: `./release-script.sh \${nextRelease.version}`,
},
],
[
Expand Down

0 comments on commit 7f37a72

Please sign in to comment.