forked from TrueCloudLab/rclone
Update release process - fixes #855
This commit is contained in:
parent
4e809c951d
commit
442861581a
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,6 @@ 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
|
||||||
* make update
|
|
||||||
* make check
|
* make check
|
||||||
* make test
|
* make test
|
||||||
* make tag
|
* make tag
|
||||||
|
@ -22,3 +21,10 @@ Making a release
|
||||||
* make upload_website
|
* make upload_website
|
||||||
* git push --tags origin master
|
* git push --tags origin master
|
||||||
* make upload_github
|
* make upload_github
|
||||||
|
|
||||||
|
Early in the next release cycle update the vendored dependencies
|
||||||
|
* make update
|
||||||
|
* git status
|
||||||
|
* git add new files
|
||||||
|
* carry forward any patches to vendor stuff
|
||||||
|
* git commit -a -v
|
||||||
|
|
Loading…
Reference in a new issue