Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit 110ac25

Browse files
authored
docs: Fix minor inconsistencies in release management
1 parent 23dba9d commit 110ac25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release-maintenance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ gluster-kubernetes project.
77

88
The project will only support and actively maintain two branches, `master` and
99
the latest release branch. The latest release branch will always be reachable
10-
by two HEADs, either `<VERSION>-stable` or just `stable`. Requests for support
11-
of older branches may be considered on a case-by-case basis, but users will be
10+
by two HEADs, `<VERSION>-latest` and `stable`. Requests for support of older
11+
branches may be considered on a case-by-case basis, but users will be
1212
encouraged to use newer versions where possible.
1313

1414
## Version Numbering
@@ -45,9 +45,9 @@ new release is made, the `stable` branch will be moved to follow the new
4545
release branch.
4646

4747
Each MAJOR and MINOR release will get its own branch, forked from `master`.
48-
Each release branch name will be of the form `<version>-latest`, e.g.
48+
Each release branch name will be of the form `<VERSION>-latest`, e.g.
4949
`1.0-latest`. PATCH releases to those versions will be made in those branches,
50-
and will be marked by tags of the form `v<version>`, e.g. `v1.0.0`. PATCH
50+
and will be marked by tags of the form `v<VERSION>`, e.g. `v1.0.0`. PATCH
5151
releases may contain more than one commit, depending on the whimsy of the
5252
release engineers. :)
5353

0 commit comments

Comments
 (0)