Skip to content

Commit 6f67219

Browse files
authored
Branch uses .x
1 parent 0205fb4 commit 6f67219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
1616
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
1717
* [ ] Create branch and tag for release e.g.:
1818
```bash
19-
git branch [[MAJOR.MINOR]].0
19+
git branch [[MAJOR.MINOR]].x
2020
git tag [[MAJOR.MINOR]].0
2121
git push --tags
2222
```

0 commit comments

Comments
 (0)