Skip to content

Commit ef2d064

Browse files
chore(ci-release): Remove dry run (patternfly#42)
1 parent 7adda8c commit ef2d064

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
@@ -22,6 +22,5 @@ module.exports = {
2222
'@semantic-release/github',
2323
'@semantic-release/npm'
2424
],
25-
tagFormat: 'prerelease-v${version}',
26-
dryRun: true
25+
tagFormat: 'prerelease-v${version}'
2726
};

0 commit comments

Comments
 (0)