Skip to content

Commit 0d55f8e

Browse files
committed
Improve publish documentation
1 parent ab06fe5 commit 0d55f8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/publish.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ signing.secretKeyRingFile=[Path to the keyring file]
88
sonatype.username=[Sonatype username]
99
sonatype.password=[Sonatype password]
1010
```
11-
1. Update version in `build.gradle`, `CHANGELOG.md`, `README.md`
11+
1. Update version in `build.gradle`, `CHANGELOG.md`, `README.md`
12+
1. Create commit `Version x.x.x`
1213
1. Merge `develop` in `master`
1314
1. Tag current version in format `v[version]`
1415
1. Run `./gradlew clean build publish`
@@ -19,6 +20,8 @@ sonatype.password=[Sonatype password]
1920
1. Push the changes: `git push` and the tags `git push --tags`
2021
1. Checkout `develop` branch
2122
1. Update versions to new development version
23+
1. Create commit `Start next development version`
24+
1. Create a new release from the tag on [GitHub](https://github.com/phxql/argon2-jvm/tags)
2225

2326
## Notes:
2427

0 commit comments

Comments
 (0)