Commit 6eb3dfa
committed
Rescind policy that commits should start with "[skip changelog]"
The raw release changelog is generated from the commit messages. The `arduino/create-changelog` action is configured to
omit any commit message that is prefixed with "[skip changelog]".
After extensive use of this approach in the Arduino CLI repository, my conclusion is that it provides a miniscule time
savings for the release manager at the cost of massive pollution of the valuable commit history and a significantly less
contributor friendly repository. For this reason, I have never employed this practice in my work on Arduino Lint and I do
not want contributors to do so either.1 parent 9bdca8b commit 6eb3dfa
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
0 commit comments