Skip to content

Commit

Permalink
Update release process for Gitlab Maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed May 12, 2021
1 parent 8b61f65 commit 638bb25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
.. `./gradlew clean buildCI regTest`
. Tag: `git tag -a v0.x.y -m "Release 0.x.y"`
. Push: `git push --tags origin master`
. Publish to Bintray:
.. `./gradlew bintrayUpload`
.. Confirm publish of artifacts in Bintray Web UI.
. Publish to Gitlab Maven repo:
.. `./gradlew publish`
. Publish Github pages site including JavaDoc and GroovyDoc
.. `./gradlew publishSite`
. Publish to Github Packages
.. `./gradlew publish`
. Update Github https://github.com/OmniLayer/OmniJ/releases[OmniJ Releases] page.

== Announcements
Expand Down

0 comments on commit 638bb25

Please sign in to comment.