wclr / ts-node-dev

Compiles your TS app and restarts when files are modified.
MIT License
3.43k stars 123 forks source link

Versioning #190

Open lnmunhoz opened 4 years ago

lnmunhoz commented 4 years ago

Hi, I am using this package daily and seems like a lot of another people as well.

Would you like to setup semantic versioning? I can set it up and send a PR if you're interested. I normally use release-it package that is pretty simple to setup.

Let me know!

wclr commented 4 years ago

Yes, it would be nice to have normal release cycle for the project. How release-it is different from semantic-release?

lnmunhoz commented 4 years ago

They have the same purpose, but after trying semantic-release for a while and moving to release-it, I found release-it much more straightforward and easier to setup/maintain.

I will make a PR sometime this week so you can try it out yourself.