Skip to content

Commit

Permalink
create-release-branches.bash (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 2, 2024
1 parent 318794b commit 4655d10
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 @@ -6,7 +6,7 @@ for v in 1.25 1.26 1.27 1.28 1.29 1.30 1.31 ; do
BRANCH_NAME="release-${v}"
git co -b $BRANCH_NAME;
sed -i.orig "s/tag: v.*/tag: v$v/g" vendir.yml
diff vendir.yml vendir.yml.orig
! diff vendir.yml vendir.yml.orig
git add vendir.yml
git commit -m "set up release for version $v"
git push --set-upstream origin $BRANCH_NAME
Expand Down

0 comments on commit 4655d10

Please sign in to comment.