Skip to content

Commit bbdb59a

Browse files
feat(release): remove dry run (#7)
1 parent 34bbc4a commit bbdb59a

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
@@ -10,6 +10,5 @@ module.exports = {
1010
'@semantic-release/github',
1111
'@semantic-release/npm'
1212
],
13-
tagFormat: 'v${version}',
14-
dryRun: true
13+
tagFormat: 'v${version}'
1514
};

0 commit comments

Comments
 (0)