Commit 0f4e666
committed
Do not generate changelog for release
Previously, the release workflow generated a changelog from the commit history and added it to the release notes.
The generated changelog serves no value. If a user wants to see a list of commits, a higher quality list can be obtained
by looking at the commit history.
Furthermore, a generated changelog is actually very harmful in that it encourages the project maintainer to shirk their
duty (which is specified in the formal release procedure) of writing a real changelog.
Since the changelog generation provides no value, the generation code is hereby removed from the release workflow.1 parent 8ad9ece commit 0f4e666
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
275 | 265 | | |
276 | 266 | | |
277 | 267 | | |
278 | | - | |
279 | 268 | | |
280 | 269 | | |
281 | 270 | | |
| |||
0 commit comments