ember-composable-helpers
ember-composable-helpers copied to clipboard
Keep a changelog
Can you keep a changelog? General rationale and suggested format here: https://keepachangelog.com/en/1.0.0/
Concrete example. I see recently a v3.0.0 was published. I want to see what the breaking changes are, what it would take for me to upgrade my app.
Seems like a reasonable ask! Will close when I get one up.
I saw that you added a changelog: https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md But it seems to be outdated. The latest three releases are missing (4.2.0
- 4.2.2
). Did you considered using relase-it
with lerna-changelog
? It makes maintaining changelogs way easier in my experience as all you need to do is assign a label to each merge request before merging. Everything else is provided automatically based on these labels. There is an awesome script written by Robert Jackson which helps with the initial setup.