-
Notifications
You must be signed in to change notification settings - Fork 2k
CHANGELOG.md #881
Comments
@ilanbiala I was thinking we can easily find some tool that will traverse the commit log and create a CHANGELOG out of it, no? |
@lirantal there is git-conventional-changelog, but I think it just is too explicit and we would need to tidy it up quite a bit or standardize our commit messages a lot. Even then, I think it would be too dense and wouldn't be much better than doing GitHub compare. |
@ilanbiala Ok then. What do you suggest? going manually through the commit log to dig up the data for CHANGELOG.MD? |
I recon it's fine to have this more fuzzy for the past and just keep it in order for the future. Something along the lines:
|
@simison I think we all agree on most of that, in fact I would say there's almost too much from 0.3 to 0.4 to actually include it, so I suggest we just start at 0.4. However, we're trying to figure out a way to create a concise changelog without much effort. |
IC, could changelog be updated with each PL? Mention it at CONTRIBUTE.md. Something like:
Additionally divide into sub sections: bug fixes, new features, breaking changes. thoughts? |
The sections is definitely part of the plan, but the continuous updating isn't my favorite strategy. Maybe we will have to standardize a commit message so we can use git-conventional-changelog and maybe a --skip-changelog or something will keep those out of the changelog? |
Guys, why not just use some tool like: And manually generate/add to the CHANGELOG everytime we tag a new release? |
Let's get a CHANGELOG.md added for easy version comparison. Something along the lines of AngularJS's should be good.
The text was updated successfully, but these errors were encountered: