mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix release script (#20707)
This commit is contained in:
parent
6a31d4eb44
commit
a270b6d44a
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ if [[ "$failed" == "false" ]]; then
|
|||
echo "DRYRUN: Would have switched back to branch $target_branch"
|
||||
fi
|
||||
|
||||
if [[ "$minor" == "false" ]]; then
|
||||
if [[ "$dry_run" = "false" && "$minor" == "false" ]]; then
|
||||
# Cherry-pick from update-changelog-branch
|
||||
ch_commit=$(git log -n 1 --pretty=format:"%H" $update_changelog_branch)
|
||||
git cherry-pick $ch_commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue