release: add another step to update the release dependencies #2172

s3-about
Nick Craig-Wood 2018-03-23 12:42:44 +00:00
parent c5f1d501ed
commit 32e6eee341
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,10 @@ ifdef FULL_TESTS
go get -u github.com/tools/godep
endif
# Get the release dependencies
release_dep:
go get -u github.com/goreleaser/nfpm
# Update dependencies
update:
go get -u github.com/golang/dep/cmd/dep

View File

@ -13,6 +13,7 @@ Making a release
* git status - to check for new man pages - git add them
* git commit -a -v -m "Version v1.XX"
* make retag
* make release_dep
* # Set the GOPATH for a current stable go compiler
* make cross
* git checkout docs/content/commands # to undo date changes in commands