You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it easier for users to know which changes are code changes
and which are cookiecutter template changes.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
## Upgrading
8
8
9
+
### Cookiecutter template
10
+
9
11
- To make the new workflow to check if release notes were updated you should add the check to the branch protection rules of your repository to require this check to pass. You should also add a new label *"cmd:skip-release-notes"* to be able to override the check. You can use the following script to do it:
10
12
11
13
```sh
@@ -32,7 +34,7 @@
32
34
33
35
## New Features
34
36
35
-
### Cookietutter template
37
+
### Cookiecutter template
36
38
37
39
- Add a new GitHub workflow to check that release notes were updated.
38
40
@@ -48,4 +50,6 @@
48
50
49
51
- The distribution package doesn't include tests and other useless files anymore.
50
52
51
-
- Cookiecutter: Now the CI workflow will checkout the submodules.
53
+
### Cookiecutter template
54
+
55
+
- Now the CI workflow will checkout the submodules.
0 commit comments