dblock / ruby-enum

A handy way to define enums in Ruby.
MIT License
177 stars 23 forks source link

Release 0.7.0 #15

Closed dblock closed 7 years ago

dblock commented 7 years ago

Lets do a release after #14 is merged. Maybe 0.7.0 since #3 is a pretty big piece of functionality.

@laertispappas care to follow https://github.com/dblock/ruby-enum/blob/master/RELEASING.md then?

laertispappas commented 7 years ago

@dblock Sure let me handle it. Thanks

laertispappas commented 7 years ago

@dblock I need to ask you something currently I have 2 remotes:

I made the release but rubygems fetched the project from my repo thus my forked origin/master is tagged with the new release. I should have changed the origin to your remote correct? How do we fix this now?

Sorry for the inconvenience caused.

I should remove my forked repo and work completely on dblock/ruby-enum correct?

dblock commented 7 years ago

When you make a release, do it from the non-forked repo.

It's no big deal, I just did git checkout 00c721da834570e9e3498620d8143dd6e4bcf901, then git tag v0.7.0 and git push --tags.

dblock commented 7 years ago

Thanks for doing the release @laertispappas!

dblock commented 7 years ago

You should continue working on your fork though for all code, except for doing the release.

laertispappas commented 7 years ago

@dblock great thanks for the explanation above.