fabiospampinato / bump

Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
MIT License
412 stars 13 forks source link

Comparison with release-it #1

Closed limonte closed 5 years ago

limonte commented 5 years ago

Some people are using https://github.com/webpro/release-it

What would be the advantages of using bump over release-it?

fabiospampinato commented 5 years ago

I'm not familiar with release-it, so if somebody who tried them both would like to join the discussion I'd appreciate it.

They overall seem to provide very very similar features (to the point where maybe I could have saved myself some time and just used release-it 🤔), maybe some differences could be that:

I think the main difference here might be that bump's support for changelogs is built-in, is more customizable, and it doesn't rely on tags (which I think release-it is relying on, but I'm not 100% sure).