2017-03-18 19:16:43 +08:00
|
|
|
Extra required software for making a release
|
2015-02-05 06:31:56 +08:00
|
|
|
* [github-release](https://github.com/aktau/github-release) for uploading packages
|
|
|
|
* pandoc for making the html and man pages
|
|
|
|
|
|
|
|
Making a release
|
2017-01-02 22:38:14 +08:00
|
|
|
* git status - make sure everything is checked in
|
|
|
|
* Check travis & appveyor builds are green
|
2015-09-23 01:47:16 +08:00
|
|
|
* make check
|
2018-03-17 23:06:04 +08:00
|
|
|
* make test # see integration test server or run locally
|
2015-02-05 06:31:56 +08:00
|
|
|
* make tag
|
2015-06-06 22:45:00 +08:00
|
|
|
* edit docs/content/changelog.md
|
2016-03-02 01:42:27 +08:00
|
|
|
* make doc
|
2017-01-02 23:30:34 +08:00
|
|
|
* git status - to check for new man pages - git add them
|
|
|
|
* git commit -a -v -m "Version v1.XX"
|
2015-02-05 06:31:56 +08:00
|
|
|
* make retag
|
|
|
|
* git push --tags origin master
|
2018-09-01 17:19:03 +08:00
|
|
|
* # Wait for the appveyor and travis builds to complete then...
|
|
|
|
* make fetch_binaries
|
2018-03-17 23:06:04 +08:00
|
|
|
* make tarball
|
|
|
|
* make sign_upload
|
|
|
|
* make check_sign
|
2017-07-23 01:16:46 +08:00
|
|
|
* make upload
|
|
|
|
* make upload_website
|
2015-11-24 05:58:54 +08:00
|
|
|
* make upload_github
|
2017-03-18 19:30:04 +08:00
|
|
|
* make startdev
|
2018-09-02 01:21:54 +08:00
|
|
|
* run bin/tidy-beta <previous version> to tidy old betas
|
2017-03-18 19:30:04 +08:00
|
|
|
* # announce with forum post, twitter post, G+ post
|
2016-12-15 01:49:26 +08:00
|
|
|
|
|
|
|
Early in the next release cycle update the vendored dependencies
|
2018-09-01 17:19:03 +08:00
|
|
|
* Review any pinned packages in go.mod and remove if possible
|
2016-12-15 01:49:26 +08:00
|
|
|
* make update
|
|
|
|
* git status
|
|
|
|
* git add new files
|
|
|
|
* git commit -a -v
|