Commit 6209481
authored
This change fixes the `release` workflow. It has been broken since the
v7.5.0 release, when the `CHANGELOG` was updated by hand instead of with
the `bump_version.sh` script. That is, the `Unreleased` section was
removed from the `CHANGELOG`, which caused the `Create release artifacts`
step of the `release` workflow to fail because it looks for the
`Unreleased` header and does not find it.
1 parent 0289636 commit 6209481
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments