mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add rc- prefix to RC branches (#22673)
This commit is contained in:
parent
b394f4f65b
commit
833a886846
1 changed files with 2 additions and 2 deletions
|
|
@ -661,9 +661,9 @@ target_milestone="${next_ver:1}"
|
|||
# 79
|
||||
target_milestone_number=$(gh api repos/:owner/:repo/milestones | jq -r ".[] | select(.title==\"$target_milestone\") | .number")
|
||||
# patch-fleet-v4.48.0
|
||||
target_branch="patch-fleet-$next_ver"
|
||||
target_branch="rc-patch-fleet-$next_ver"
|
||||
if [[ "$minor" == "true" ]]; then
|
||||
target_branch="minor-fleet-$next_ver"
|
||||
target_branch="rc-minor-fleet-$next_ver"
|
||||
fi
|
||||
|
||||
# fleet-v4.48.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue