Skip to content

Commit

Permalink
Update release.config.js
Browse files Browse the repository at this point in the history
Set dryRun: true to begin v5 branch retirement process
  • Loading branch information
jenny-s51 authored Aug 10, 2023
1 parent 326765b commit 3d02f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}'
tagFormat: 'prerelease-v${version}',
dryRun: true
};

0 comments on commit 3d02f36

Please sign in to comment.