2019-03-18 04:01:29 +00:00
|
|
|
Creating a new release
|
|
|
|
----------------------
|
|
|
|
|
2019-03-24 18:17:27 +00:00
|
|
|
- Create a new release branch `git checkout -b release-vx.y.z`
|
2019-03-18 04:01:29 +00:00
|
|
|
- Edit `conserver/version.h`
|
2019-03-24 18:17:27 +00:00
|
|
|
- Update `CHANGES` with output of `./package/create-changes vx.y.z..`
|
2019-03-18 04:01:29 +00:00
|
|
|
- Double-check and merge release branch
|
2019-03-27 05:47:00 +00:00
|
|
|
- Run `GITHUB_TOKEN=xxxx ./package/make-and-stage-release` to tag release, create distribution, pgp sign, and push to github
|
2019-03-18 04:01:29 +00:00
|
|
|
|
|
|
|
Requirements:
|
|
|
|
|
|
|
|
- autoconf
|
|
|
|
- githubrelease (pypi)
|
|
|
|
- gpg
|
|
|
|
|
|
|
|
Publishing a release
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
- Use github to promote from draft or use the command output from `make-and-stage-release`
|
|
|
|
- Send announcement on mailing lists
|