Skip to content

Commit

Permalink
Include branch name for bottlerocket releases (#3503)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
  • Loading branch information
eks-distro-pr-bot and sp1999 authored Jul 21, 2024
1 parent 1b2fc73 commit 93e40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version-tracker/pkg/commands/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func Run(upgradeOptions *types.UpgradeOptions) error {
if len(updatedBRFiles) > 0 {
updatedFiles = append(updatedFiles, updatedBRFiles...)
if len(updatedFiles) == len(updatedBRFiles) {
headBranchName = "update-bottlerocket-releases"
headBranchName = fmt.Sprintf("update-bottlerocket-releases-%s", branchName)
commitMessage = "Bump Bottlerocket versions to latest release"
pullRequestBody = fmt.Sprintf(constants.BottlerocketUpgradePullRequestBody, currentBottlerocketVersion, latestBottlerocketVersion)
} else {
Expand Down

0 comments on commit 93e40ee

Please sign in to comment.