Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b7f953

Browse files
authored
chore(scripts): fix dry run for autoversion in release.sh (#13470)
1 parente320661 commit3b7f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
374374
create_pr_stash=1
375375
fi
376376
maybedryrun"${dry_run}" git checkout -b"${pr_branch}""${remote}/${branch}"
377-
execrelative go run ./release autoversion --channel"${channel}""${new_version}" --dry-run
377+
execrelative go run ./release autoversion --channel"${channel}""${new_version}" --dry-run="${dry_run}"
378378
maybedryrun"${dry_run}" git add docs
379379
maybedryrun"${dry_run}" git commit -m"${title}"
380380
# Return to previous branch.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp