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 35120a3 commit 8b98df7Copy full SHA for 8b98df7
packages/module/release.config.js
@@ -12,6 +12,6 @@ module.exports = {
12
'@semantic-release/github',
13
'@semantic-release/npm'
14
],
15
- tagFormat: 'prerelease-v${version}',
+ tagFormat: 'v${version}',
16
dryRun: true
17
};
0 commit comments