Skip to content

Commit a08f3e2

Browse files
committed
fix: publish patch release.
1 parent 4dda060 commit a08f3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ module.exports = {
2222
'@semantic-release/github',
2323
'@semantic-release/npm',
2424
],
25-
tagFormat: 'v${version}',
25+
tagFormat: 'patch-v${version}',
2626
dryRun: true
2727
};

0 commit comments

Comments
 (0)