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

Auto bump version for local builds #45

Open
doubleday opened this issue Nov 7, 2018 · 0 comments
Open

Auto bump version for local builds #45

doubleday opened this issue Nov 7, 2018 · 0 comments

Comments

@doubleday
Copy link

doubleday commented Nov 7, 2018

One of the use cases for ./gradlew publishLocal is to be able to test dependencies with other wdks or projects before commiting / pushing.

It would be nice if publishLocal would support some auto bumping of the version so that ./gradlew paketUpdate can be run on the other side without deleting the lock file all the time.

Something along the lines of:

./gradlew publishLocal -Prelease.stage=snapshot -Prelease.version=0.0.1-master`date +%s | cut -c6-
@doubleday doubleday changed the title Auto Bump versio Auto bump version for local builds Nov 7, 2018
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

1 participant