Skip to content

Commit fd4d462

Browse files
docs: restore unreleased changelog notes
1 parent 510b0a9 commit fd4d462

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,26 @@ adheres to [Semantic Versioning](https://semver.org/). Work in progress lives un
88

99
## [Unreleased]
1010

11+
### Added
12+
- **config/init** — Added `github_release_notes` to choose GitHub Release body content for
13+
build-only packages: GitHub-generated notes, the curated `CHANGELOG.md` release section, or a
14+
semantic-style commit list since the previous matching configured tag. The option is prompted
15+
during `init` and editable through `config`.
16+
17+
### Changed
18+
- **config** — Normalized this repo's `release.toml` by writing default global settings
19+
explicitly and expanding build targets into standard TOML tables.
20+
21+
### Fixed
22+
- **generic adapter** — Cleaned up Cargo manifest version-field matching to satisfy clippy without
23+
changing behavior.
24+
1125
## [0.3.0] - 2026-06-29
1226

1327
### Added
1428
- **config** — Added global `tag_format` to `release.toml` (default `v{version}`) and exposed it
1529
in `init` and `config`, so preflight, publish, and generated GitHub Release jobs use the repo's
1630
configured tag convention instead of an implicit package-scoped format.
17-
- **config/init** — Added `github_release_notes` to choose GitHub Release body content for
18-
build-only packages: GitHub-generated notes, the curated `CHANGELOG.md` release section, or a
19-
semantic-style commit list since the previous matching configured tag. The option is prompted
20-
during `init` and editable through `config`.
2131

2232
### Fixed
2333
- **version** — Modified `git checkout -b` to `git checkout -B` so that release branch creation gracefully handles previously abandoned branches by resetting them instead of crashing.

0 commit comments

Comments
 (0)