Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag releases #34

Closed
attilagyorffy opened this issue Jul 23, 2015 · 1 comment
Closed

Tag releases #34

attilagyorffy opened this issue Jul 23, 2015 · 1 comment

Comments

@attilagyorffy
Copy link
Contributor

Hey Blaz @archseer,

I’ve seen that you’ve incremented the version number in ruby-mpd but and released on Rubygems but in fact the code has not been tagged. Given that I’ve migrated the codebase onto Bundler, I thought I’d share with you what I do, it may be useful:

I use rake release after changing version.rb, this rake task comes from Bundler and it properly tags the codebase, pushes it up and then releases the gem onto Rubygems. So all release stuff can be done using a single command in the terminal.

Hopefully this will help.

— Attila

@archseer
Copy link
Owner

I've went and manually tagged the versions that weren't tagged yet, didn't know it's a big deal.

Ah I see, I never used these tasks before, always did the procedure manually. Will look into using these in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants