Make release notes discoverable for Renovate
See original GitHub issueWe use Renovate Bot to keep our application dependencies up-to-date. Overnight our bot detected the new 0.6.4 release, but it wasn’t able to pull in any detailed release notes.
My understanding is renovate can pull from a few places, one being a CHANGELOG.md
at the root of the repository. apollo-server
is an example repository which correctly pulls in the change / release notes from its CHANGELOG.md
I raised a similar ticket a few weeks back for the federation libraries - see https://github.com/apollographql/federation/issues/636.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How can I upgrade a custom release notes with renovate PRs
Hi,. is there a way to obtain a list of updated dependencies when running postUpgradeTasks ? in my context, I'm trying to update...
Read more >Change history October '18 - Release Notes | Microsoft Learn
This topic is updated when features are added, or when a feature's release date changes. To find out about updates to these release...
Read more >Alma 2020 Release Notes - Ex Libris Knowledge Center
Alma 2020 Release Notes ... On the Manage Patron Services Loans tab, the Renew Selected and Renew All links, as well as the...
Read more >Release Notes - WeTransfer Support
Paper 5.4.1 November 16, 2022 This release fixes a bug affecting Apple Pencil ... Use the hashtag #madewithpaper to make your creation more...
Read more >September 2022 (version 1.72) - Visual Studio Code
VS Code Community Discussions - Connect with other VS Code extension authors. If you'd like to read these release notes online, go to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
🤦 😅
Makes perfect sense @martinbonnin - i tend to agree.
I did find a few projects that can keep the tags sync’d with changelog.md (eg: https://github.com/dropseed/changerelease), but I cannot vouch for them first hand.
For now, I’m closing this as the original issue now seems to be resolved