From 0250b541ec48b3fe8a32a11dd76f9b94316b3490 Mon Sep 17 00:00:00 2001 From: StefMa Date: Wed, 19 Jun 2024 16:20:11 +0200 Subject: [PATCH] Make release instructions more clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`