Skip to content

Commit

Permalink
added release script, because I'm stupid, and I keep forgeting how to…
Browse files Browse the repository at this point in the history
… do it between releases
  • Loading branch information
m0sa committed Aug 28, 2017
1 parent 8dd4529 commit 7e0cf56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Release.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set-variable -name semver -scope global -value (get-content .\semver.txt)

git tag -a "releases/$semver" -m "creating $semver release"

git push --tags

0 comments on commit 7e0cf56

Please sign in to comment.