remove dry run early return
This commit is contained in:
parent
bd03f5b7dd
commit
12935a5922
1 changed files with 0 additions and 3 deletions
|
@ -105,9 +105,6 @@ async function main() {
|
|||
title: `v${nextVersion}`,
|
||||
})
|
||||
|
||||
// Gonna test this in a quick and dirty 'dry-run' mode
|
||||
return
|
||||
|
||||
// create and push a new tag
|
||||
await exec('git', ['tag', '-f', `v${nextVersion}`])
|
||||
await exec('git', ['push', '--follow-tags'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue