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.
2 parents 33fe516 + fc44a20 commit 94cbe37Copy full SHA for 94cbe37
packages/module/release.config.js
@@ -18,6 +18,5 @@ module.exports = {
18
'@semantic-release/github',
19
'@semantic-release/npm'
20
],
21
- tagFormat: 'prerelease-v${version}',
22
- dryRun: true
+ tagFormat: 'prerelease-v${version}'
23
};
0 commit comments