Skip to content

Commit

Permalink
Update .github/workflows/automerge_into_release.yml
Browse files Browse the repository at this point in the history
Create new release branch.
  • Loading branch information
ivan-magda committed Oct 17, 2023
1 parent ee23b6b commit b6d952c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automerge_into_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@ jobs:
git push origin release/$next_version_number
else
echo "No existing release/$next_version_number branch found"
echo "Not yet implemented"
echo "Creating new release/$next_version_number branch"
./setup_new_release_branch.sh $next_version_number
fi

0 comments on commit b6d952c

Please sign in to comment.