Skip to content

Commit 1b7f9d6

Browse files
committed
adjust release instructions
1 parent 2f28d37 commit 1b7f9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
The release is triggered via GitHub Actions, when a tag of the form `v1.2.3` is pushed, or via workflow dispatch. The release workflow handles all parts of the release.
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.)
66

77
## Old instructions for manual releasing
88

0 commit comments

Comments
 (0)