mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +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
|
go get -u github.com/tools/godep
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Get the release dependencies
|
||||||
|
release_dep:
|
||||||
|
go get -u github.com/goreleaser/nfpm
|
||||||
|
|
||||||
# Update dependencies
|
# Update dependencies
|
||||||
update:
|
update:
|
||||||
go get -u github.com/golang/dep/cmd/dep
|
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 status - to check for new man pages - git add them
|
||||||
* git commit -a -v -m "Version v1.XX"
|
* git commit -a -v -m "Version v1.XX"
|
||||||
* make retag
|
* make retag
|
||||||
|
* make release_dep
|
||||||
* # Set the GOPATH for a current stable go compiler
|
* # Set the GOPATH for a current stable go compiler
|
||||||
* make cross
|
* make cross
|
||||||
* git checkout docs/content/commands # to undo date changes in commands
|
* git checkout docs/content/commands # to undo date changes in commands
|
||||||
|
Loading…
Reference in New Issue
Block a user