Skip to content

Commit

Permalink
Update the release documentation for pre-commit autoupdate to works
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Mar 21, 2021
1 parent cdfc837 commit 02a3a92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ The master branch will have all the new features for the ``X.Y+1`` version
If you're doing a major release, you need to create the ``X.Y`` branch
where we will cherry-pick bugs to release the ``X.Y.Z+1`` minor versions

### Merge tags in master for minor releases

Merge the tag ``X.Y.Z`` in the main branch by doing an history only merge. It's done in order to signal that this is
an offical release tag, and for ``pre-commit autoupdate`` to works.

```bash
git checkout master
git merge --no-edit --strategy=ours pylint-X.Y.Z
git push
```

### Milestone handling

We move issue that were not done in the next milestone and block release only
Expand Down

0 comments on commit 02a3a92

Please sign in to comment.