Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant