Skip to content

Commit e09abf1

Browse files
committed
Added a branching example in README
1 parent b6f2743 commit e09abf1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ one on the `main` branch, so it's a dummy file that exists only
1616
for the purpose of surfacing the real workflow file on the `2.8.x`
1717
branch.
1818

19-
Every time a release has been done, each respective workflow file
19+
Every time a release has been made, each respective workflow file
2020
must be renamed, so the build numbers would be restarted from `1`
2121
for the next target release.
22+
23+
For example, when `v2.8.0` was ready to be released, a branch
24+
`2.8.x` was created, so some release work could be done on that
25+
branch, while the `main` branch can be re-targeted for the next
26+
`v3.0.0` release. Once `2.8.0` has been released, the branch
27+
`2.8.x` will be used for patch releases - `2.8.1`, `2.8.2`, etc.

0 commit comments

Comments
 (0)