mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:05:05 +08:00
Update RELEASE procedure
This commit is contained in:
parent
4dd5428b13
commit
f538fd8eb4
|
@ -8,6 +8,8 @@ Required software for making a release
|
||||||
* golint - go get github.com/golang/lint
|
* golint - go get github.com/golang/lint
|
||||||
|
|
||||||
Making a release
|
Making a release
|
||||||
|
* git status - make sure everything is checked in
|
||||||
|
* Check travis & appveyor builds are green
|
||||||
* make check
|
* make check
|
||||||
* make test
|
* make test
|
||||||
* make tag
|
* make tag
|
||||||
|
@ -15,7 +17,7 @@ Making a release
|
||||||
* make doc
|
* make doc
|
||||||
* git commit -a -v
|
* git commit -a -v
|
||||||
* make retag
|
* make retag
|
||||||
* # Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross - not required for go >= 1.5
|
* # Set the GOPATH for a current stable go compiler
|
||||||
* make cross
|
* make cross
|
||||||
* make upload
|
* make upload
|
||||||
* make upload_website
|
* make upload_website
|
||||||
|
|
Loading…
Reference in New Issue
Block a user