antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Generate changelogs for releases #54

Closed bebraw closed 7 years ago

bebraw commented 9 years ago

Potential tools to check out:

Ideally it would be hooked with npm version so that it triggers update automatically and attaches it to the version commit. We can wrap npm version with a custom script (npm run version) that does this unless there's a nice hook.

bebraw commented 7 years ago

I think I'll just skip this for now. Maybe later.