Skip to content

Commit

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

0 comments on commit c8aa54d

Please sign in to comment.