Skip to content

Commit

Permalink
Update release process docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Dec 18, 2019
1 parent 05bb5a1 commit b25b244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,15 @@ For further detail, see this [article](http://nvie.com/posts/a-successful-git-br

### Release Process

1. Update the changelog under the heading Version X.Y
1. Update the changelog under the heading Version X.Y.Z
1. Check versions of models and data specified in `provision/config.ini`

1. Now, create a branch from develop e.g. `checkout -b release-x.y develop`
1. Tag this as a release candidate `git tag -a vx.y-rc1`
1. Tag this as a release candidate `git tag -a vx.y.z-rc1`
1. Any bugfixes are committed to this branch and should be tagged with incremented
release candidate tags e.g. `git tag -a vx.y-rc2`
1. Once the release candidate is stable, submit a pull request to the `v2` branch
1. Merge the pull request and tag `git tag -a vx.y.0`
release candidate tags e.g. `git tag -a vx.y.z-rc2`
1. Once the release candidate is stable, submit a pull request to the `master` branch
1. Merge the pull request and tag `git tag -a vx.y.z`

### Fixing a Bug in a release

Expand Down

0 comments on commit b25b244

Please sign in to comment.