Skip to content

How to release a new version

Urs Reupke edited this page Sep 7, 2012 · 1 revision
  1. Run gradlew version to change the version number and name (this command cannot be chained together with other commands).
  2. Run gradlew clean publishAsFullVersion publishAsUpdate tag to do a clean build of all release artifacts, publish the result to the server and tag the release on github.

(If you have the necessary permissions, just push the button on the server. It will do the rest.)

Notes
  • tag and version require contributor status on github.com/anathema
  • Both publish-tasks require you to be registered on our download server.
  • The publish-tasks use ssh key-auth and will prompt you for your credentials.
  • tag uses your git repository's origin login url, and will prompt you for any necessary credentials. If your origin is a forked copy, you will have to manually push your tags to anathema. (Assuming anathema is your upstream remote, then: git push upstream --tags)

Advertising the Release

Clone this wiki locally