d4rkr00t / generator-np

Generator for npm module
15 stars 2 forks source link

Feat req: semantic-release #34

Open jimthedev opened 8 years ago

jimthedev commented 8 years ago

If you had an option for semantic-release, that'd be amazing. Still a nice project. Well done!

d4rkr00t commented 8 years ago

Hi, glad to hear that project is useful for you and thank you for feedback!

About semantic-release. I've thought about that option, but so far I've been using pmm with conventional-github-releaser and it gives me more control about releases and versions, but i didn't want to lose those great changelogs which was generated from commits by semantic-release and it's where conventional-github-releaser fits perfectly.

However, I guess this option might be useful so I've added it to my TODO list but not with high priority.