AlCalzone / release-script

Painless release management for Node.js projects
MIT License
14 stars 10 forks source link

Features suggesstions #141

Open ajubin opened 1 year ago

ajubin commented 1 year ago

Hey, thanks for your work, this library is really useful :) While using it I had some improvement ideas :)

I think it will be great to prefill the changelog based on the commits before this release (as github does for instance) and then, one can edit this with it's content and the one from github.

As you're using conventional-commits, this could be leveraged to organize the commit and even detect what type of release is mandatory.

I can help to implement this feature if you need :)

AlCalzone commented 1 year ago

I like this. 1. should probably be an option for the changelog plugin, 2. for version - or one for both. If you would like to contribute this, go ahead. I don't have the time to do it myself at the moment.