Update RELEASE procedure

s3-about
Nick Craig-Wood 2017-01-02 14:38:14 +00:00
parent 4dd5428b13
commit f538fd8eb4
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ Required software for making a release
* golint - go get github.com/golang/lint
Making a release
* git status - make sure everything is checked in
* Check travis & appveyor builds are green
* make check
* make test
* make tag
@ -15,7 +17,7 @@ Making a release
* make doc
* git commit -a -v
* 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 upload
* make upload_website