Skip to content

Commit

Permalink
create-release-branches.bash refinement
Browse files Browse the repository at this point in the history
rephrase  commit name
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 234c259 commit cc1728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-release-branches.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for v in 1.25 1.26 1.27 1.28 1.29 1.30 1.31 ; do
! diff vendir.yml vendir.yml.orig
rm vendir.yml.orig
git add vendir.yml
git commit -m "set up release for version $v"
git commit -m "Initial branch creation for k8s version $v"
git push --set-upstream origin $BRANCH_NAME --force
! gh pr create --base master --repo orange-cloudfoundry/k3s-packages-boshrelease --fill --body "Track divergence of release branches with master"
git co master
Expand Down

0 comments on commit cc1728b

Please sign in to comment.