Skip to content

Commit

Permalink
🔖 Release 1.2.1
Browse files Browse the repository at this point in the history
jonathanlocke committed Dec 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5b05360 commit d5867e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/library/cactus-library-functions.sh
Original file line number Diff line number Diff line change
@@ -206,6 +206,7 @@ git_flow_release_finish() {

cd "$project_home" || exit

git tag -a "$version" -m "release $version"
git checkout release/"$version"
git flow release finish "$version"
git push origin --tags

0 comments on commit d5867e6

Please sign in to comment.