paldepind / union-type

A small JavaScript library for defining and using union types.
MIT License
477 stars 28 forks source link

automate release process #20

Closed davidchambers closed 8 years ago

davidchambers commented 8 years ago

See #19, ramda/ramda-fantasy#42

Publish major release:

$ npm run release-major

Publish minor release:

$ npm run release-minor

Publish patch release:

$ npm run release-patch
paldepind commented 8 years ago

Looks very nice! I'll definitely be considering xyz for other projects as well.