Skip to content

Commit 055079f

Browse files
Update RELEASING.md with release type clarifications
Clarified release types and added details on dependency updates.
1 parent 93f0f4d commit 055079f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

readme-docs/RELEASING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
We have two types of releases:
66

7-
1. **Feature releases** - These are created from the `dev` branch, via a new release branch, i.e. `release/x.y.z`.
8-
2. **Bugfix releases** - These are created from the `bugfix` branch, via a new release branch, i.e. `release/x.y.z`.
7+
1. **Feature releases** - These are monthly releases created from the `dev` branch, via a new release branch, i.e. `release/x.y.z`.
8+
2. **Bugfix releases** - These are weekly created from the `bugfix` branch, via a new release branch, i.e. `release/x.y.z`.
9+
10+
Dependency updates and security patches go into the monthly releases. Urgent crirtical security patches will go into the bugfix releases.
911

1012
The release process will then:
1113

0 commit comments

Comments
 (0)