mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
release: add another step to update the release dependencies #2172
This commit is contained in:
parent
c5f1d501ed
commit
32e6eee341
4
Makefile
4
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user