From 27ff012f17f77175f7b4eaeaf3c4ee95a04d35cf Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Thu, 26 Jun 2025 14:14:13 +0200 Subject: [PATCH] fix release version for v4.3.0 --- docs/releasing.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index 926350d..fa05c07 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -2,7 +2,7 @@ The H3-Java library is published to Maven Central via OSSRH. -Before releasing, make sure the version of the project is in the form `1.2.3-SNAPSHOT` where `1.2.3` is the version you wish to release. The release is triggered via GitHub Actions, when a tag of the form `v1.2.3` is pushed. (Workflow dispatch can be used but is not tested.) +Before releasing, make sure the version of the project is in the form `1.2.3` (no `-SNAPSHOT`) where `1.2.3` is the version you wish to release. The release is triggered via GitHub Actions, when a tag of the form `v1.2.3` is pushed. (Workflow dispatch can be used but is not tested.) ## Old instructions for manual releasing diff --git a/gradle.properties b/gradle.properties index b280f95..6213623 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ org.gradle.configuration-cache=false # No spaces on the following line, needed by release.yml: -version=4.3.0-SNAPSHOT +version=4.3.0