Branch uses .x

This commit is contained in:
Andrew Murray 2025-04-27 22:30:35 +10:00 committed by GitHub
parent 0205fb4fa2
commit 6f672191ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo. * [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
* [ ] Create branch and tag for release e.g.: * [ ] Create branch and tag for release e.g.:
```bash ```bash
git branch [[MAJOR.MINOR]].0 git branch [[MAJOR.MINOR]].x
git tag [[MAJOR.MINOR]].0 git tag [[MAJOR.MINOR]].0
git push --tags git push --tags
``` ```