Skip to content

Commit

Permalink
πŸ”– Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlocke committed Dec 23, 2021
1 parent d5867e6 commit 7f8c8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/library/cactus-library-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ git_flow_release_finish() {

cd "$project_home" || exit

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

0 comments on commit 7f8c8de

Please sign in to comment.