Skip to content

Commit

Permalink
update the release readme with steps to manually upload a release
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jun 26, 2018
1 parent 61a2e98 commit 9d92d65
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ you want to deploy from a linux machine.
* Open https://oss.sonatype.org/ and login as user `shogun2` (password on
request).
* Go to `Staging Repositories` in the `Build Promotion` section.
* Scroll down the list on the right until you see two repositories named
`deterrestris-1011` and `deterrestris-1012`. One was created by the
above command from your machine, and the other one was autocreated from
some other process we don't care about.
* Find the repository *you* created by clicking the reposoitory row and
* Scroll down the list on the right until you see a repository named
`deterrestris-xxxx`. If you see two or more repositories, you may
have been uploading with changing IPs. Make sure you use a single
IP to upload all files.
* Find the repository you created by clicking the reposoitory row and
examining the details. Look at the `Owner` property. If the listed
IP-address matches your IP, you found the correct repo.
* Once you have selected the correct row, click the `Close`-button at the
Expand All @@ -113,6 +113,15 @@ you want to deploy from a linux machine.
Search` for `de.terrestris`; all artifacts (currently 10) should list the
just released version.
### Release an already tagged version
* If you accidentally used multiple IPs or something else went wrong
during the release, you can perform the following steps to release
an already tagged version:
* Check out the tag: `git checkout vx.y.z`
* Build and upload the artifacts: `mvn clean install deploy -P release-artifact`
* Repeat the steps described above on https://oss.sonatype.org/
### That's it…

* …it will take some time for the new release to show up on the following sites:
Expand Down

0 comments on commit 9d92d65

Please sign in to comment.