build: release please changelog organization#455
build: release please changelog organization#455lwasser wants to merge 1 commit intoall-contributors:mainfrom
Conversation
fb76bea to
7c88028
Compare
| ".": { | ||
| "changelog-path": "CHANGELOG.md", | ||
| "release-type": "node", | ||
| "changelog-sections": [ |
There was a problem hiding this comment.
This is the changelog mapping that it is using. We can modify as needed to make it look the way we want it to look ✨
There was a problem hiding this comment.
Because this is poorly documented in the google repo i'll try to document it more here.
|
Friends - we have superpowers now to customize the change log. If you all can, please have a look at this PR (there is no priority here on this one just a pr that i thought folks might have opinions on so we minus well discuss preferences now! You can see what the changelog COULD look like using the configuration in this PR in the link below: ONE PROBLEM and we may just want to manually update the first iteration of the changelog. i don't think we want all of the We could fix all the contributors' PRs by customizing the bot's pr title that it creates (I think?), to filter future bot contributor pr's. OR we could edit the changelog before merging to remove them too. I'd love any and all feedback on the sections and which conventional commit "types" i moved into which sections as that all can be customized through this pr! Thank you!! |
chore: force config via json file
f0c5ee5 to
8a6b208
Compare
When looking at how release please is setup, I noticed that it was ONLY including feat and fix related changes but i think we want to document all of the changes. We might consider modifying the pr "type" that the bot makes to remove those from the changelog as adding contributors is mostly noise in a development changelog. So let's review and think about what the changelog should look like.
NOTE: because there hasn't been a release in 3 years it's a very large changelog. most of them in the future after this will be small!
Please look here to see what the changelog will look like with this configuration. We can adjust as needed!
What:
The current changelog that it generates only has 2 commits and thinks it a minor release. but it's definitely NOT minor!
Why:
How:
Checklist: