We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0205fb4 commit 6f67219Copy full SHA for 6f67219
.github/ISSUE_TEMPLATE/RELEASE.md
@@ -16,7 +16,7 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
16
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
17
* [ ] Create branch and tag for release e.g.:
18
```bash
19
- git branch [[MAJOR.MINOR]].0
+ git branch [[MAJOR.MINOR]].x
20
git tag [[MAJOR.MINOR]].0
21
git push --tags
22
```
0 commit comments