Skip to content

Commit eac0d6f

Browse files
authored
fix: Change dryRun option to true in release config
Testing pre-release.
1 parent 5f06cf2 commit eac0d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ module.exports = {
1414
'@semantic-release/npm'
1515
],
1616
tagFormat: 'prerelease-v${version}',
17-
dryRun: false
17+
dryRun: true
1818
};

0 commit comments

Comments
 (0)