File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ post to the [operator-framework group][of-ggroup].
8
8
## Tags
9
9
10
10
As per semver, all releases containing new features must map to a major or minor version increase.
11
- Patch releases must only contain fixes to features released in a prior release.
11
+
12
+ ** Patch releases must only contain bug fixes. Releases containing features must be major or minor releases.**
12
13
13
14
## Process
14
15
@@ -31,6 +32,8 @@ Then create release notes while still on the `master` branch:
31
32
while read -r line; do echo $line | awk ' {f = $1; $1 = ""; print "-"$0; }' ; done <<< $( git log $PREVIOUS_RELEASE_TAG ..$RELEASE_TAG --format=oneline --no-merges)
32
33
```
33
34
35
+ ** You cannot cut a patch release if any of these release notes start with ` feat: ` or ` feature: ` .**
36
+
34
37
Copy them into the Github release [ description form] [ release-desc-page ] ,
35
38
select ` vX.Y.Z ` in the ` Tag version ` form, and click ` Publish release ` .
36
39
You can’t perform that action at this time.
0 commit comments