axodotdev / axodotdev/cargo-dist
Force release title to be tag name
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
Is there a configuration I can add to force the GitHub release title to be the tag name?
I have a workspace with multiple packages, and I keep a CHANGELOG.md for each package.
The headings withing each package's changelog look like: `## - `
So the list of my releases looks confusing as all show-up the same way (just a version number, which is different per package).
I could "fix" this by changing my changelog headings to e.g. `## pkg_name-v`
But it is really not ideal to clutter my changelog with the name of the package in every heading (and loose the date).
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the release-title generation and configuration handling, then trace how changelog headings are used; done means a supported configuration can make each GitHub release title exactly match its tag name without requiring changed changelog headings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, rust
- Domain
- release, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100