Skip to content

Commit 275f189

Browse files
committed
fix changelog updates when publishing release
1 parent 12ecf9f commit 275f189

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/bump_version.py

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ def main():
128128
".config/cliff.toml",
129129
"--tag",
130130
Updater.new_version,
131+
"--output",
132+
"CHANGELOG.md",
131133
],
132134
check=True,
133135
)

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9-
## [Unreleased] - 2024-09-21 to present
9+
## [2.0.0-rc5] - 2024-09-29
1010

1111
### <!-- 1 --> 🚀 Added
1212

@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### <!-- 4 --> 🛠️ Fixed
1616

1717
- Fix typo in node-binding/README by @2bndy5 in [`7732676`](https://github.com/cpp-linter/cpp-linter-rs/commit/7732676e03941a37a4fb5b474d319c640689985a)
18+
- Propagate errors by @2bndy5 in [#47](https://github.com/cpp-linter/cpp-linter-rs/pull/47)
19+
- Fix bump-n-release CI workflow by @2bndy5 in [`cc3ced6`](https://github.com/cpp-linter/cpp-linter-rs/commit/cc3ced643d4b08c542c49f62b15dfb28b4ff36b1)
1820

1921
### <!-- 6 --> 📦 Dependency updates
2022

@@ -23,15 +25,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
### <!-- 8 --> 📝 Documentation
2426

2527
- Release trial follow up by @2bndy5 in [#41](https://github.com/cpp-linter/cpp-linter-rs/pull/41)
28+
- Move logic for release notes generation from Python script to Jinja template (release CI) by @2bndy5 in [#44](https://github.com/cpp-linter/cpp-linter-rs/pull/44)
29+
- Add ReadTheDocs config by @2bndy5 in [#45](https://github.com/cpp-linter/cpp-linter-rs/pull/45)
2630

2731
### <!-- 9 --> 🗨️ Changed
2832

2933
- Gimme them badges by @2bndy5 in [`c0f1ea5`](https://github.com/cpp-linter/cpp-linter-rs/commit/c0f1ea516ee6efdf1137884cbc2e99e4ce1d4a11)
30-
- Move logic from py script to jinja template (release CI) in [`bc05419`](https://github.com/cpp-linter/cpp-linter-rs/commit/bc05419920e15704352d344a4fa7da67824cc776)
34+
- Rename repository by @2bndy5 in [`5e3d93f`](https://github.com/cpp-linter/cpp-linter-rs/commit/5e3d93f53e98bbfed56057d2f3984f65c7835550)
35+
- Bump version to v2.0.0-rc5 by @2bndy5 in [`12ecf9f`](https://github.com/cpp-linter/cpp-linter-rs/commit/12ecf9f702fcd1735d16079567e730f0be4a9a35)
3136

32-
[Unreleased]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc4...HEAD
37+
[2.0.0-rc5]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc4...v2.0.0-rc5
3338

34-
Full commit diff: [`v2.0.0-rc4...HEAD`][Unreleased]
39+
Full commit diff: [`v2.0.0-rc4...v2.0.0-rc5`][2.0.0-rc5]
3540

3641
## [2.0.0-rc4] - 2024-09-21
3742

0 commit comments

Comments
 (0)