Skip to content

Commit

Permalink
move release.sh into ./scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Jul 23, 2019
1 parent f1fe73e commit 8baf834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ release:
-v `pwd`:/src \
-w /src \
dockercore/golang-cross \
/src/release.sh $(GORELEASER_ARGS)
/src/scripts/release.sh $(GORELEASER_ARGS)

snapshot: GORELEASER_ARGS= --rm-dist --snapshot
snapshot: release
Expand Down
File renamed without changes.

0 comments on commit 8baf834

Please sign in to comment.