Skip to content

Commit 304403c

Browse files
authored
fix(release.config): again a dry-run
1 parent 1a2fb4d commit 304403c

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
@@ -9,5 +9,5 @@ module.exports = {
99
'@semantic-release/github',
1010
'@semantic-release/npm'
1111
],
12-
tagFormat: 'prerelease-v${version}'
12+
tagFormat: 'v${version}'
1313
};

0 commit comments

Comments
 (0)