feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Generating an initial changelog, using git extras #198

Closed matzew closed 6 years ago

matzew commented 6 years ago

Adding a changelog file, generated using git changelog from git extras

maleck13 commented 6 years ago

Would it be useful to have short git hash beside each of the lines, so if you wanted to go back and look at what was done for change X it would be easy to do from this file?

matzew commented 6 years ago

@maleck13 I think I will try this one: https://github.com/conventional-changelog/standard-version

suggested by @wei-lee

matzew commented 6 years ago

example CHANGELOG: https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md

matzew commented 6 years ago

@maleck13 but these tools seem to be only taking node as 1st class citizens

matzew commented 6 years ago

@maleck13 for now, I think that's the best / most easy we can get

matzew commented 6 years ago

@maleck13 how about this:

https://gist.github.com/matzew/87b9c515d0aa26d1999551b1c1adecc2

maleck13 commented 6 years ago

+1 looks ok to me