an-cabal / an-rope

an rope data structure
https://docs.rs/an-rope
MIT License
11 stars 2 forks source link

Consider using `clog` to generate changelogs #50

Closed hawkw closed 7 years ago

hawkw commented 7 years ago

We might want to look into using clog, a tool for automagically generating changelogs from git history.

The one issue is that we'd have to change our commit message conventions to the convention clog expects, and wouldn't be able to use it to generate changelogs from commits with our current commit message convention.

hawkw commented 7 years ago

I'm assigning this to everyone because I want to hear your opinions on this.

rachlmac commented 7 years ago

I'm on board with this change.

twisted-pear commented 7 years ago

I can write bad commit messages in any convention, I'm fine with this.

hawkw commented 7 years ago

I'd like to hear from Chris before I make this our official convention & add it to CONTRIBUTING.md

hawkw commented 7 years ago

@rachlmac might also appreciate that clog recommends the use of a tool to help you write commit messages.