Skip to content

Commit 9a6b719

Browse files
fix(CI): Update tag format to conform to prerelease standards (#33)
1 parent 54f607b commit 9a6b719

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
@@ -13,6 +13,6 @@ module.exports = {
1313
'@semantic-release/github',
1414
'@semantic-release/npm'
1515
],
16-
tagFormat: 'v${version}',
16+
tagFormat: 'prerelease-v${version}',
1717
dryRun: true
1818
};

0 commit comments

Comments
 (0)