Skip to content

Commit

Permalink
ci: reverted back to simple syntax for "branches"
Browse files Browse the repository at this point in the history
I got the previous example out of the semantic-release docs. :/
  • Loading branch information
Pkmmte committed Dec 16, 2022
1 parent e599c29 commit 3cf3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
release: {
branches: ['main', 'master', { name: 'beta', prerelease: true }]
branches: ['main', 'master', 'beta']
},
repositoryUrl: 'https://github.com/Wave-Play/stashy'
};

0 comments on commit 3cf3afc

Please sign in to comment.