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

have create_milestone rake task create release on the current branch #515

Closed
blairconrad opened this issue Jul 25, 2015 · 2 comments
Closed

Comments

@blairconrad
Copy link
Member

Right now, all releases will be created based on master.
This caused a problem when I created release 1.25.3 (#512).

If the create_release command were told to use the current branch (git rev-parse --abbrev-ref HEAD) instead, we'd have a better chance of doing the right thing.

@adamralph
Copy link
Contributor

Sounds good.

@blairconrad
Copy link
Member Author

This no longer applies after removing the issue/release/milestone-manipulating build targets while fixing #645.

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

No branches or pull requests

2 participants