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

Provide different release tasks for upgrading different parts of the version #21

Closed
etiennestuder opened this issue Mar 18, 2015 · 1 comment
Assignees
Milestone

Comments

@etiennestuder
Copy link

Allow to bump up major, minor, or patch version through different Gradle tasks.

@netzwerg netzwerg self-assigned this Apr 24, 2015
netzwerg added a commit that referenced this issue Apr 25, 2015
@netzwerg netzwerg added this to the 0.5.x milestone Apr 25, 2015
@netzwerg
Copy link
Owner

I have just published v1.1.0 which supports releaseMajorVersion and releaseMinorVersion tasks. They bump the respective version parts before creating the release.

I didn't add a releasePatchVersion task though. IMHO it would have been confusing, since all release tasks bump the patch portion in preparation for the next dev cycle after creating the release.

Hope the new functionality still suits your needs...

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