File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ signing.secretKeyRingFile=[Path to the keyring file]
8
8
sonatype.username=[Sonatype username]
9
9
sonatype.password=[Sonatype password]
10
10
```
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 `
12
13
1 . Merge ` develop ` in ` master `
13
14
1 . Tag current version in format ` v[version] `
14
15
1 . Run ` ./gradlew clean build publish `
@@ -19,6 +20,8 @@ sonatype.password=[Sonatype password]
19
20
1 . Push the changes: ` git push ` and the tags ` git push --tags `
20
21
1 . Checkout ` develop ` branch
21
22
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 )
22
25
23
26
## Notes:
24
27
You can’t perform that action at this time.
0 commit comments