Replies: 1 comment 1 reply
-
Hey, @jbcpollak. I really appreciate you asking so many questions! I edit some MSW releases manually from time to time to provide additional detail. The Release tool doesn't facilitate detailed release notes as it only lists the conventional commit messages and the GitHub references they related to. That being said, I'd love to change that. One thing I've added recently is that commit bodies will be rendered below the respective commits in the release notes (see this). This way you can write a detailed list like I did in "Adhere to Fetch API" in the commit body, which should get it rendered in the release notes markdown. # commit example
feat: support graphql
- Migrates to X to enable Y;
- Deprecates `Z`. Please prefer using `A`. Do you have any ideas how we can improve on this? Maybe you have some release notes format in mind, please share that. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I was researching how the release notes for msw look and how we could to something similar in our org, and I noticed some of the notes for msw@v0.44.0: https://github.com/mswjs/msw/releases/tag/v0.44.0 don't match their respective commits:
adhere to Fetch API "Request" in response resolver
created? It doesn't match the relevant commit.Are the release notes manually massaged after creation?
Beta Was this translation helpful? Give feedback.
All reactions