Skip to content

Commit 6209481

Browse files
authored
Add Unreleased section back to CHANGELOG.md (#1601)
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

9+
## Unreleased
10+
911
## 7.5.0 - 2025-04-01
1012

1113
### Changed

0 commit comments

Comments
 (0)