update docs

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

View File

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