Skip to content

Commit 780060d

Browse files
authored
fix release version for v4.3.0 (#173)
1 parent c563830 commit 780060d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The H3-Java library is published to Maven Central via OSSRH.
44

5-
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.)
5+
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.)
66

77
## Old instructions for manual releasing
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
org.gradle.configuration-cache=false
66

77
# No spaces on the following line, needed by release.yml:
8-
version=4.3.0-SNAPSHOT
8+
version=4.3.0
99

0 commit comments

Comments
 (0)