You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a mergeability app to check for changelog changes but this breaks CI when dependabot sends dep updates. As we're using GitHub releases & release drafter we don't need to keep a separate changelog updated.
remove the mergability app
update CHANGELOG.md to link to the releases page
The text was updated successfully, but these errors were encountered:
One of the things that project can do is machine-parse a changelog. It's not built, but if you wanted to turn GitHub release metadata into a CHANGELOG.md, or vice-versa, all the changelog parsing / building code is in there, it would just need to get hooked into the GitHub APIs. The only advantage imo of GitHub release metadata is API, at the cost of platform-lockin. Standardized CHANGELOG.md gives you a broader and faster API without lockin.
I was never comfortable with removing the data from the CHANGELOG but found it to be a maintenance burden to keep the GitHub releases and the CHANGELOG in sync. Having an automated process would be ideal. I'll check this out when I got some time 👍
I added a mergeability app to check for changelog changes but this breaks CI when dependabot sends dep updates. As we're using GitHub releases & release drafter we don't need to keep a separate changelog updated.
The text was updated successfully, but these errors were encountered: