diff --git a/scripts/release.ts b/scripts/release.ts index 79a94bd780..c97ea7099a 100755 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -16,7 +16,7 @@ const execOpts: ExecSyncOptions = { stdio: 'inherit' } const args = minimist(process.argv.slice(2)) async function main() { - const { tag = 'latest', bump = 'patch', pkg } = args + const { tag = 'payload-2', bump = 'patch', pkg } = args if (!semver.RELEASE_TYPES.includes(bump)) { abort(`Invalid bump type: ${bump}.\n\nMust be one of: ${semver.RELEASE_TYPES.join(', ')}`)