Skip to content

Commit e2c3dc7

Browse files
committed
docs(CONTRIBUTING): add release branching info
Add information about how release branching will work moving forward. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent a350a3a commit e2c3dc7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Contributing to processor-sdk-doc
22

3+
## Release branching
4+
5+
This project has adopted release branches for major release numbers. This allows
6+
for updates and fixes on documentation for past release windows.
7+
8+
The `master` branch is for the current major release. An active window ends with
9+
first release candidate of the next major release. At this time a new branch
10+
spawns from `master` to track any further contributions. Open pull requests
11+
that change content related to the old release are `Closed`. If they are still
12+
valid you can reopen them against the new branch.
13+
14+
This means branch `12` will not exist until the first `13` tag is present on
15+
`meta-ti` or `meta-arago`. Until that point `master` is effectively `12`.
16+
317
## Commit formatting
418

519
The main requirements are that commits contain a reasonable commit message and

0 commit comments

Comments
 (0)