Skip to content

Commit

Permalink
committing changes for v2.7.4-201807150102
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Jul 14, 2018
1 parent c8aa54d commit 757e05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tag=$( git describe --tags --abbrev=0 )
tstamp=$( date +%Y%m%d%H%M )
tag=${tag%-*}
tag="$tag-$tstamp"
git commit -a -m "committing changes for $tag"
git push
git tag $tag
Expand Down

0 comments on commit 757e05a

Please sign in to comment.