Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Aug 10, 2016
1 parent a4dcf41 commit f082d1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -8,8 +8,11 @@ test:
build: test
go build -a -tags netgo -installsuffix netgo -o bin/concourse-aws ./

print-version:
echo $$(cat version)

publish: build
ghr -u mumoshu -r concourse-aws -c master --prerelease v0.0.2 bin/
ghr -u mumoshu -r concourse-aws -c master --prerelease v$$(cat version) bin/

publish-latest: build
ghr -u mumoshu -r concourse-aws -c master --replace --prerelease latest bin/
Expand Down

0 comments on commit f082d1b

Please sign in to comment.