Skip to content

Commit 4c144c8

Browse files
committed
adds more details about releasing
1 parent 5e38904 commit 4c144c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEVELOPING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ In order to create a release, the following should be completed in order.
5555
1. Run `gradle uploadArchives` to create a staging release.
5656
1. Login to [OSSRH](https://oss.sonatype.org/) and promote the staging release to a public release.
5757
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.
6263

6364
### IDE Integration
6465

0 commit comments

Comments
 (0)