wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Auto bump version for local builds #45

Open doubleday opened 5 years ago

doubleday commented 5 years ago

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-