Skip to content

Commit

Permalink
version bump: v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 13, 2019
1 parent 0091d78 commit 87cb09a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/gobuffalo/release Stands on the Shoulders of Giants
# /Users/markbates/Library/Mobile Documents/com~apple~CloudDocs/go/src/github.com/gobuffalo/release Stands on the Shoulders of Giants

github.com/gobuffalo/release does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work.
/Users/markbates/Library/Mobile Documents/com~apple~CloudDocs/go/src/github.com/gobuffalo/release does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work.

Thank you to the following **GIANTS**:

Expand Down
2 changes: 1 addition & 1 deletion genny/makefile/templates/Makefile.plush
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release-test: <%= if (opts.WithPackr) {return "packr"} %>
release:
$(GO_BIN) get github.com/gobuffalo/release
make tidy
release -y <%= if (opts.VersionFile) { return "-f "+ opts.VersionFile } %> <%= if (!opts.WithPackr) { return "--skip-packr" } %>
release -y <%= if (opts.VersionFile) { return ( "-f "+ opts.VersionFile ) } %> <%= if (!opts.WithPackr) { return "--skip-packr" } %>
make tidy
<%= if (opts.WithPackr) { %>
packr:
Expand Down
Loading

0 comments on commit 87cb09a

Please sign in to comment.