Skip to content

Commit

Permalink
Make release instructions more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jun 19, 2024
1 parent 0e93699 commit 0250b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 0250b54

Please sign in to comment.