diff --git a/README.md b/README.md index 46bbf56..f3a0585 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ dependencies { * Pull latest changes * Adjust version in [`build.gradle.kts`](build.gradle.kts) to a non-SNAPSHOT version * Commit `Prepare next release` -* Create a git tag (e.g. `1.0.0`) +* Create a git tag that has the exact name as the version you just modified in the `build.gradle.kts` file. * Push the `tag` * Increase the `version` to the next **minor** version +`-SNAPSHOT` (e.g. `0.0.2-SNAPSHOT`) in the [`build.gradle.kts`](build.gradle.kts) file * Commit `Prepare for next version`