We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b4fa commit d6b08faCopy full SHA for d6b08fa
release.config.js
@@ -24,7 +24,7 @@ const SUCCESS_COMMENT = `:tada: This \${issue.pull_request ? 'pull request is in
24
* https://github.com/semantic-release/changelog
25
*/
26
module.exports = {
27
- branches: ['refs/tags/v.x.x', { name: 'beta', prerelease: true }],
+ branches: ['master', { name: 'beta', prerelease: true }],
28
tagFormat: 'v${version}',
29
ci: true,
30
plugins: [
0 commit comments