pelotom / unionize

Boilerplate-free functional sum types in TypeScript
MIT License
402 stars 14 forks source link

Remove `UnTagged` #65

Closed OliverJAsh closed 5 years ago

OliverJAsh commented 5 years ago

Fixes https://github.com/pelotom/unionize/issues/61

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1dcf78f78934e93ae6b8517559cd45eaca56a95e on oja/remove-untagged into 2ce9a1bce969bfe53f058a908e37396708e2f904 on master.

OliverJAsh commented 5 years ago

@pelotom What's your release process? I'm happy to give it a go. I may need npm access too though.

pelotom commented 5 years ago

@pelotom What's your release process? I'm happy to give it a go.

yarn build
yarn publish

I may need npm access too though.

Yeah I'd guess so 😄 What's your NPM username?

OliverJAsh commented 5 years ago

oliverjash

pelotom commented 5 years ago

K, you should be added.

OliverJAsh commented 5 years ago

Released in v3.0.2 to npm.

Also had to run git push && git push --tags.

@pelotom What's the process for updating https://github.com/pelotom/unionize/releases, if there is one?

pelotom commented 5 years ago

Currently I just go in and manually create a release describing and linking to the features/bugfixes.