rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
13.62k stars 1.49k forks source link

Omit changelog header from GitHub release notes #17165

Open Marcono1234 opened 2 weeks ago

Marcono1234 commented 2 weeks ago

Resolves #16455

I wasn't sure whether one of you maintainers wanted to implement this, so I gave it a try. Feedback is appreciated! No worries if you reject this pull request (and implement the changes yourself) in case these changes here are not clean enough.

I have tested this using test_data/input.adoc (renamed to 2024-01-01.adoc) with the following command:

cargo run --package xtask --bin xtask publish-release-notes --dry-run xtask/test_data/2024-01-01.adoc

It seems to work correctly, but would be good if you could double check.