-
Notifications
You must be signed in to change notification settings - Fork 160
Sync CHANGELOG.md with github release notes #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync CHANGELOG.md with github release notes #402
Conversation
Created by pulling all the release notes from Github as below, then
manually checking for missing info in CHANGELOG.md.
for TAG in $(git tag -l); do
curl -L "https://api.github.com/repos/bitflags/bitflags/releases/tags/$TAG" \
| jq -r '.body' \
> release-notes/$TAG;
done
KodrAus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dextero! I should probably adjust my release workflow here a bit. I usually pull the diff straight into the CHANGELOG when assembling a release PR, and then come up with any more descriptive announcement when publishing the actual release. Going forwards I'll try write the full content of the release into the CHANGELOG and then populate the GitHub release from that.
|
The build failure here is unrelated; I'll fix that up separately. |
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitflags](https://togithub.com/bitflags/bitflags) | workspace.dependencies | minor | `2.5.0` -> `2.6.0` | --- ### Release Notes <details> <summary>bitflags/bitflags (bitflags)</summary> ### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0) #### What's Changed - Sync CHANGELOG.md with github release notes by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - Update error messages and zerocopy by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403) - Bump minimum declared versions of dependencies by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404) - chore(deps): bump serde_derive and bytemuck versions by [@​joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - add OSFF Scorecard workflow by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396) - Update stderr messages by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408) - Fix typo by [@​waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) - Allow specifying outer attributes in impl mode by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411) #### New Contributors - [@​dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - [@​joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - [@​waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) **Full Changelog**: bitflags/bitflags@2.5.0...2.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitflags](https://togithub.com/bitflags/bitflags) | dependencies | minor | `2.5.0` -> `2.6.0` | --- ### Release Notes <details> <summary>bitflags/bitflags (bitflags)</summary> ### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0) #### What's Changed - Sync CHANGELOG.md with github release notes by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - Update error messages and zerocopy by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403) - Bump minimum declared versions of dependencies by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404) - chore(deps): bump serde_derive and bytemuck versions by [@​joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - add OSFF Scorecard workflow by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396) - Update stderr messages by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408) - Fix typo by [@​waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) - Allow specifying outer attributes in impl mode by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411) #### New Contributors - [@​dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - [@​joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - [@​waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) **Full Changelog**: bitflags/bitflags@2.5.0...2.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/YuiYukihira/hanabAI). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitflags](https://togithub.com/bitflags/bitflags) | workspace.dependencies | minor | `2.5.0` -> `2.6.0` | | [log](https://togithub.com/rust-lang/log) | workspace.dependencies | patch | `0.4.21` -> `0.4.22` | | [mime_guess](https://togithub.com/abonander/mime_guess) | workspace.dependencies | patch | `2.0.4` -> `2.0.5` | | [num-bigint](https://togithub.com/rust-num/num-bigint) | workspace.dependencies | patch | `0.4.5` -> `0.4.6` | | [oxc_resolver](https://togithub.com/oxc-project/oxc-resolver) | workspace.dependencies | minor | `1.8.2` -> `1.9.2` | | [serde_json](https://togithub.com/serde-rs/json) | workspace.dependencies | patch | `1.0.117` -> `1.0.119` | --- ### Release Notes <details> <summary>bitflags/bitflags (bitflags)</summary> ### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0) #### What's Changed - Sync CHANGELOG.md with github release notes by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - Update error messages and zerocopy by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403) - Bump minimum declared versions of dependencies by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404) - chore(deps): bump serde_derive and bytemuck versions by [@​joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - add OSFF Scorecard workflow by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396) - Update stderr messages by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408) - Fix typo by [@​waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) - Allow specifying outer attributes in impl mode by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411) #### New Contributors - [@​dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - [@​joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - [@​waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) **Full Changelog**: bitflags/bitflags@2.5.0...2.6.0 </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-num/num-bigint (num-bigint)</summary> ### [`v0.4.6`](https://togithub.com/rust-num/num-bigint/blob/HEAD/RELEASES.md#Release-046-2024-06-27) [Compare Source](https://togithub.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6) - [Fixed compilation on `x86_64-unknown-linux-gnux32`.][312] **Contributors**: [@​cuviper](https://togithub.com/cuviper), [@​ralphtandetzky](https://togithub.com/ralphtandetzky), [@​yhx-12243](https://togithub.com/yhx-12243) [312]: https://togithub.com/rust-num/num-bigint/pull/312 </details> <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v1.9.2`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#192---2024-06-30) [Compare Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.9.1...oxc_resolver-v1.9.2) ##### Added - *(napi)* add tracing via `OXC_LOG:DEBUG` ([#​202](https://togithub.com/oxc-project/oxc_resolver/pull/202)) ##### Other - document directory is an absolute path for `resolve(directory, specifier)` ([#​206](https://togithub.com/oxc-project/oxc_resolver/pull/206)) - add a broken tsconfig test ([#​205](https://togithub.com/oxc-project/oxc_resolver/pull/205)) - improve code coverage for src/error.rs ([#​204](https://togithub.com/oxc-project/oxc_resolver/pull/204)) - skip resolving extension alias when `options.extension_alias` is empty ([#​203](https://togithub.com/oxc-project/oxc_resolver/pull/203)) - add npm badge to crates.io ### [`v1.9.1`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#191---2024-06-29) [Compare Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.9.0...oxc_resolver-v1.9.1) ##### Added - strip symbols and enable LTO ([#​197](https://togithub.com/oxc-project/oxc_resolver/pull/197)) ##### Other - improve call to `Path::ends_with` ([#​199](https://togithub.com/oxc-project/oxc_resolver/pull/199)) - list \[profile.release] explicitly ([#​198](https://togithub.com/oxc-project/oxc_resolver/pull/198)) ### [`v1.9.0`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#190---2024-06-28) [Compare Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.4...oxc_resolver-v1.9.0) ##### Added - export package.json `type` and `sideEffects` field by default for bundlers ([#​196](https://togithub.com/oxc-project/oxc-resolver/pull/196)) ### [`v1.8.4`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#184---2024-06-27) [Compare Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.3...oxc_resolver-v1.8.4) ##### Other - skip searching for package.json when `alias_fields` is not provided ([#​194](https://togithub.com/oxc-project/oxc_resolver/pull/194)) ### [`v1.8.3`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#183---2024-06-26) [Compare Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.2...oxc_resolver-v1.8.3) - *(napi*) release wasi build </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#​1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@​joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#​1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@​edwardycl](https://togithub.com/edwardycl)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitflags](https://togithub.com/bitflags/bitflags) | workspace.dependencies | minor | `2.5.0` -> `2.6.0` | --- ### Release Notes <details> <summary>bitflags/bitflags (bitflags)</summary> ### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0) #### What's Changed - Sync CHANGELOG.md with github release notes by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - Update error messages and zerocopy by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403) - Bump minimum declared versions of dependencies by [@​dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404) - chore(deps): bump serde_derive and bytemuck versions by [@​joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - add OSFF Scorecard workflow by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396) - Update stderr messages by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408) - Fix typo by [@​waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) - Allow specifying outer attributes in impl mode by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411) #### New Contributors - [@​dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402) - [@​joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405) - [@​waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410) **Full Changelog**: bitflags/bitflags@2.5.0...2.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
I was updating another crate to use bitflags v2 by using the changelog file as a sort of migration guide. Only when I was done going through the list of PRs I learned that the github release notes contained information than would have been useful 😅
So I pulled all the release notes as described on https://stackoverflow.com/a/76996206, and copied over any significant information I found missing to the CHANGELOG.md.
This might be helpful to anyone else like me who doesn't immediately think about looking at release notes.