8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320661 commit e83941aCopy full SHA for e83941a
scripts/release.sh
@@ -374,7 +374,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
374
create_pr_stash=1
375
fi
376
maybedryrun "${dry_run}" git checkout -b "${pr_branch}" "${remote}/${branch}"
377
- execrelative go run ./release autoversion --channel "${channel}" "${new_version}" --dry-run
+ execrelative go run ./release autoversion --channel "${channel}" "${new_version}" --dry-run="${dry_run}"
378
maybedryrun "${dry_run}" git add docs
379
maybedryrun "${dry_run}" git commit -m "${title}"
380
# Return to previous branch.
0 commit comments