-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Issues with release script #767
Comments
Recommendation is to switch to using the bundler rake tasks:
Any volunteers to help me with this one? |
I'll do it |
@justin808 I've debugged gem-release a little. I think I found the reason why it tries to release a version twice. gem-release goes through every gemspec file and applies a command to each of them. For example, for react_on_rails that method returns something like that: |
@isolo can you maybe submit a PR to the gem-release, or maybe at least copy this comment there: svenfuchs/gem-release#63 |
Great debugging @isolo! |
Fixed that with #778 |
Great work @isolo! Moving the discuss to the PR! |
Yeah, If we delete |
Longer term, we should follow the schneems article. I'd feel more comfortable keeping the script as-is with the addition of deleting the extra gemspecs, maybe via a find command that excludes the top level one. |
@isolo Bonus points for following Richards article now. |
I documented the problem here.
Essentially, the release script works, but there's an error.
The text was updated successfully, but these errors were encountered: