We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adda8c commit ef2d064Copy full SHA for ef2d064
1 file changed
packages/module/release.config.js
@@ -22,6 +22,5 @@ module.exports = {
22
'@semantic-release/github',
23
'@semantic-release/npm'
24
],
25
- tagFormat: 'prerelease-v${version}',
26
- dryRun: true
+ tagFormat: 'prerelease-v${version}'
27
};
0 commit comments