We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f0f4d commit 055079fCopy full SHA for 055079f
1 file changed
readme-docs/RELEASING.md
@@ -4,8 +4,10 @@
4
5
We have two types of releases:
6
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`.
+1. **Feature releases** - These are monthly releases created from the `dev` branch, via a new release branch, i.e. `release/x.y.z`.
+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.
11
12
The release process will then:
13
0 commit comments