amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Create/update a changelog as part of the release process

Open brendanhay opened this issue 10 years ago • 5 comments

I like reading other people's changelogs.

I don't like writing them.

I should write a generator for the changelog! Then hand massage the output into something that can piggyback along with any release notes.

brendanhay avatar Nov 28 '14 09:11 brendanhay

Sublime Text's Git Savvy package can create a "changelog" with a list of commit messages, and the names of the contributors, all you do is specify the hash (or more often tag) that is the start of the changelog and it will get every message since that hash/tag.

axman6 avatar Jan 03 '16 22:01 axman6

Thanks for the headsup. I've gone through a number of the most popular changelog generators and decide they either all suck, my commit messages suck, or having to manually mention what has changed upstream in botocore sucks. Since the latter is required, I've just been doing it from a markdown template since the commit volume has slowed post 1.0 release.

brendanhay avatar Jan 04 '16 07:01 brendanhay

Your PRs look comprehensive enough, why not simply list closed issues/PRs?

proger avatar Jan 04 '16 09:01 proger

(perhaps the other important thing would be to mention botocore version correspondence)

proger avatar Jan 04 '16 09:01 proger

I have tried, but end up hand editing everything anyway. Not a huge issue as it stands now. But separately, yes, having some correspondence (by way of version or something) with botocore would be nice.

brendanhay avatar Jan 04 '16 09:01 brendanhay