We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent90f82da commitae220f5Copy full SHA for ae220f5
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.