File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,11 @@ In order to create a release, the following should be completed in order.
55
55
1 . Run ` gradle uploadArchives ` to create a staging release.
56
56
1 . Login to [ OSSRH] ( https://oss.sonatype.org/ ) and promote the staging release to a public release.
57
57
1 . Change the version number for future development by incrementing the patch number and
58
- adding "-alpha.1" in each file except the README, then make another commit with the
59
- message "Begin development on next version".
60
- 1 . Push the changes to the source repository: ` git push origin master `
61
- 1 . Create a zip for uploading the release to Github Releases
58
+ adding "-alpha.1" in each file except the README. Building may have generated the docs files once again, so to clear
59
+ them run ` git checkout -- docs/ ` . Then stage the remaining files and commit with the message
60
+ "Begin development on next version".
61
+ 1 . Push the changes to the source repository: ` git push origin master; git push --tags origin `
62
+ 1 . Find the latest .jar in the build directory and upload this as an attached to the latest GitHub Release.
62
63
63
64
### IDE Integration
64
65
You can’t perform that action at this time.
0 commit comments