Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #69 from christopherhein/feature/65-snapshot-releases
Browse files Browse the repository at this point in the history
Adding Make Target for local builds
  • Loading branch information
Christopher Hein authored Sep 7, 2018
2 parents 2c8e64c + a6d3ec6 commit 1d1d06a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ build:

.PHONY: release
release:
rm -fr dist
goreleaser
goreleaser --rm-dist

.PHONY: dev-release
dev-release:
goreleaser --rm-dist --snapshot --skip-publish

.PHONY: tag
tag:
git tag -a ${VERSION} -s
git push origin --tags

.PHONY: install-aws-codegen
install-aws-codegen:
Expand Down

0 comments on commit 1d1d06a

Please sign in to comment.