stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.77k stars 183 forks source link

Changelog strategy #21

Closed nicojs closed 5 years ago

nicojs commented 6 years ago

How will we create the changelog for new releases?

For Stryker itself, we use conventional commit messages. With those we can generate beautiful changelogs. It also helps to clean up our commit messages. A win-win situation.

An example would be: feat(parser): add ability to parse arrays.. This translates to:

""

Features

Parser: add ability to parse arrays. ""

For C# i would suggest taking a look at clog: https://github.com/clog-tool

@richardwerkman if you agree: i would suggest starting squashing PR into single commits while using these commit messages.

richardwerkman commented 5 years ago

Closed by #205