rclone/RELEASE.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

2017-03-18 11:16:43 +00:00
Extra required software for making a release
2015-02-04 22:31:56 +00: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 14:38:14 +00:00
* git status - make sure everything is checked in
* Check travis & appveyor builds are green
2015-09-22 17:47:16 +00:00
* make check
2015-02-04 22:31:56 +00:00
* make test
* make tag
2015-06-06 14:45:00 +00:00
* edit docs/content/changelog.md
* make doc
2017-01-02 15:30:34 +00:00
* git status - to check for new man pages - git add them
2017-03-18 11:16:43 +00:00
* # Update version number in snapcraft.yml
2017-01-02 15:30:34 +00:00
* git commit -a -v -m "Version v1.XX"
2015-02-04 22:31:56 +00:00
* make retag
2017-01-02 14:38:14 +00:00
* # Set the GOPATH for a current stable go compiler
2015-02-04 22:31:56 +00:00
* make cross
* make upload
* make upload_website
* git push --tags origin master
2017-03-18 11:16:43 +00:00
* git push --tags origin master:stable # update the stable branch for packager.io
* make upload_github
2017-03-18 11:30:04 +00:00
* make startdev
* # announce with forum post, twitter post, G+ post
2016-12-14 17:49:26 +00:00
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
2017-03-18 11:16:43 +00:00
## Make version number go to -DEV and check in
Make the version number be just in a file?