This is an automated email from the ASF dual-hosted git repository. ifesdjeen pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
commit c877f6be27bb7627d8fbbd0e0b5dad85773ccd50 Author: Alex Petrov <[email protected]> AuthorDate: Wed Apr 29 09:25:00 2020 +0200 Update README with a simpler release script --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e24ee..00e8647 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ mvn deploy ``` mvn release:clean -mvn release:prepare +CURRENT=0.0.CURRENT +NEXT_DEV=0.0.NEXT +mvn -DreleaseVersion=$CURRENT-`git rev-parse --short HEAD` -Dtag=$CURRENT-`git rev-parse --short HEAD` -DdevelopmentVersion=$NEXT_DEV-SNAPSHOT release:prepare mvn release:perform ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
