Skip to content

Commit 97afa21

Browse files
authored
fix: release 5.0.0 prerelease 1
1 parent 00bd4f9 commit 97afa21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ module.exports = {
1111
'@semantic-release/github',
1212
'@semantic-release/npm'
1313
],
14-
tagFormat: 'prerelease-v${version}',
15-
dryRun: true
14+
tagFormat: 'prerelease-v${version}'
1615
};

0 commit comments

Comments
 (0)