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
[chore] [target-allocator] Update docs with correct ClusterRole after latest release (#1556)
* Add endpointslices to cluster role
Signed-off-by: Matej Gera <[email protected]>
* Clarify use of [chore] directive
Signed-off-by: Matej Gera <[email protected]>
---------
Signed-off-by: Matej Gera <[email protected]>
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,8 @@ Your pull-request should add a new `.yaml` file to this directory. The name of y
143
143
144
144
During the collector release process, all `./.chloggen/*.yaml` files are transcribed into `CHANGELOG.md` and then deleted.
145
145
146
+
If a changelog entry is not required, add either `[chore]` to the title of the pull request or add the `"Skip Changelog"` label to disable this action.
147
+
146
148
**Recommended Steps**
147
149
1. Create an entry file using `make chlog-new`. This generates a file based on your current branch (e.g. `./.chloggen/my-branch.yaml`)
0 commit comments