Commit 7f8b087
CHANGELOGs: don't include unreleased changed
Prior to this commit all CHANGELOG.md files contained an `### unreleased`
section list all pending changes in changie fragments. The idea at the time was
to make it easy to understand what changes would be present in an upcoming
release.
In practice these sections were never referred to as most developers would rely
on `git log`. Worse yet they were the primary cause of backports requiring
manual intervention.
As the number of release branches has grown, so has the frequency of
backporting and the frustration of needing to manually re-run `task generate`.
This commit removes the unreleased section with the primary goal of reducing
the toil of backporting commits.
(cherry picked from commit 1d28958)
# Conflicts:
# charts/redpanda/CHANGELOG.md
# gotohelm/CHANGELOG.md
# operator/CHANGELOG.md1 parent 13c3941 commit 7f8b087
File tree
4 files changed
+1
-1350
lines changed- charts/redpanda
- operator
4 files changed
+1
-1350
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
| |||
0 commit comments