mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Update README to include updates to release strategy (#221)
Co-authored-by: François Magimel <magimel.francois@gmail.com>
This commit is contained in:
parent
3dee9f1555
commit
620d716513
1 changed files with 2 additions and 4 deletions
|
|
@ -38,7 +38,5 @@ Releases
|
|||
1. Make sure all tests on `master` are green.
|
||||
2. Create a new branch `vX.Y.Z` from master for that specific release.
|
||||
3. Bump versions in `setup.py` and `docs/source/conf.py` (docs have 2 places where the versions need to be changed!)
|
||||
4. Pull request `vX.Y.Z` -> `stable`. Merging policy is very strict. This triggers a new release.
|
||||
5. Pull request `stable` -> `master`. Now everything is back in sync.
|
||||
|
||||
Opening a pull request from `master` directly to `stable` is discouraged as `master` may be updated while the PR is open, thus changing the contents of the release.
|
||||
4. Pull request `vX.Y.Z` -> `master`.
|
||||
5. Pull request `master` -> `stable`. This merge triggers the deploy to pypi.
|
||||
Loading…
Reference in a new issue