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 4dda060 commit a08f3e2Copy full SHA for a08f3e2
packages/module/release.config.js
@@ -22,6 +22,6 @@ module.exports = {
22
'@semantic-release/github',
23
'@semantic-release/npm',
24
],
25
- tagFormat: 'v${version}',
+ tagFormat: 'patch-v${version}',
26
dryRun: true
27
};
0 commit comments