Skip to content

Commit

Permalink
Fix git push and tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jul 17, 2015
1 parent a8a2e1f commit 5e0bcd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ _testmain.go
*.prof
*.zip

/pkg

/soko
/soko.exe
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ compress: all clean-zip
cd pkg && ( find . -perm -u+x -type f -name 'soko*' | gxargs -i zip -m {}.zip {} )

release: compress
git push origin master
ghr $(VERSION) pkg
git fetch origin

0 comments on commit 5e0bcd0

Please sign in to comment.