more doc tweaks

This commit is contained in:
Bryan Stansell 2019-03-24 11:17:27 -07:00
parent 4f29d9aa75
commit 126e7cf04f
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

View File

@ -1,9 +1,9 @@
Creating a new release
----------------------
- Create a new release branch `git checkout -b release-v...`
- Create a new release branch `git checkout -b release-vx.y.z`
- Edit `conserver/version.h`
- Update `CHANGES` with output of `./package/create-changes v-xx..`
- Update `CHANGES` with output of `./package/create-changes vx.y.z..`
- Double-check and merge release branch
- Run `./package/make-and-stage-release` to create distribution, pgp sign, tag release, and push to github