Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
tag_for_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zllovesuki committed Aug 9, 2020
1 parent b7f8d00 commit 4e40d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
changelog.sh eol=lf
tag_for_release.sh eol=lf
2 changes: 1 addition & 1 deletion changelog.sh → tag_for_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ changelog="$2\n $changes"
echo -e $changelog
read -p "looks good?" yn
case $yn in
[Yy]* ) git tag -a -m "$changelog" $2;;
[Yy]* ) echo -e $changelog | git tag -a -F- $2;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
esac

0 comments on commit 4e40d7c

Please sign in to comment.