We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bbc4a commit bbdb59aCopy full SHA for bbdb59a
1 file changed
packages/module/release.config.js
@@ -10,6 +10,5 @@ module.exports = {
10
'@semantic-release/github',
11
'@semantic-release/npm'
12
],
13
- tagFormat: 'v${version}',
14
- dryRun: true
+ tagFormat: 'v${version}'
15
};
0 commit comments