Closed grant closed 3 years ago
I'm confused - isn't the list you pasted above the changelog you're looking for?
The list of commits and their number is a minimal change, but I'd expect:
CHANGELOG.md
fileI wasn't able to find the changes easily. Hope my perspective makes sense.
Per chat, some groupings of changes would be useful.
May be a duplicate of https://github.com/cloudevents/spec/issues/687 (diffing 0.3 and 1.0 spec)
AI: Create a PR to add that CHANGELOG file. (We all agree that would be useful)
Also look at the the JS SDK release note process.
closed via #784
Hello CE folks,
Does the CE spec have a changelog? I wish to know the differences between 1.0.0 and 1.0.1 for our libraries. I assume there are no breaking changes, but I cannot find a changelog summarizing the changes.
A
CHANGELOG.md
or summarized version cut in https://github.com/cloudevents/spec/releases/tag/v1.0.1 would be nice.Example
https://github.com/facebook/react/blob/master/CHANGELOG.md
(There are tools to help like https://github.com/apps/semantic-pull-requests)
It seems like we could categorize PRs with conventional commit (like
docs:
,fix:
) and then group changes appropriately.Current note:
An SDK wants support 1.0.1, and I'd like to see changes between 1.0.1 and 1.0.0.