diff --git a/README.md b/README.md index 39caa8a3c..55ac39fcd 100644 --- a/README.md +++ b/README.md @@ -46,19 +46,33 @@ comLogicalhackingArtifactsPassword= ### Preparation -Before publishing new artifacts to the artifacts repository, please update the version identifier in -the file `build.gradle` by replacing the second `SNAPSHOT` +Before publishing new artifacts to the artifacts repository, please update the version identifier in the file `build.gradle` by removing the second `SNAPSHOT` +and updating the `` identifier. ``` gradle -version '1.5.1-SNAPSHOT-DASCA-SNAPSHOT' +version '1.5.1-SNAPSHOT-DASCA--SNAPSHOT' ``` -with the version that should be published. Next, tag the new version: +with the version that should be published. Next, commit your changes and tag the +new version: ``` gradle +git commit -m "Preparing release of version ." build.gradle git tag -s "" -m "Tagging version ." ``` +Finally, mark the development version by appending `-SNAPSHOT` + +``` gradle +version '1.5.1-SNAPSHOT-DASCA--SNAPSHOT' +``` + +and commit your changes: + +``` gradle +git commit -m "Marked development version" build.gradle +``` + ### Uploading Artifacts Publishing artifacts is as easy as calling