ember-composable-helpers icon indicating copy to clipboard operation
ember-composable-helpers copied to clipboard

Keep a changelog

Open john-kurkowski opened this issue 5 years ago • 2 comments

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.

john-kurkowski avatar Nov 06 '19 16:11 john-kurkowski

Seems like a reasonable ask! Will close when I get one up.

snewcomer avatar Nov 09 '19 20:11 snewcomer

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.

jelhan avatar Aug 25 '20 21:08 jelhan