remove dry run early return

pull/3003/head
David Sheldrick 2024-02-29 14:09:42 +00:00
rodzic bd03f5b7dd
commit 12935a5922
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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'])