Skip to content

Commit

Permalink
updated howtorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Jul 27, 2016
1 parent 7c17c86 commit 9260a40
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/howtorelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
```
* verify and update release notes
* update version number in README (remove -SNAPSHOT)
1. commit
1. commit
```
git commit -am 'prepare release vX.Y.Z'
```
1. switch to master and merge
1.
```
Expand All @@ -36,7 +39,7 @@
```
-Dgpg.executable=gpg2
```
1. Wait for success confirmation by email ("Nexus: Promotion Completed").
1. Wait until build is successful (or check that it is available on Maven Central, there is a delay of approximately 2 hours before it appears on [search.maven.org](https://search.maven.org)).
1.
```
git push
Expand Down

0 comments on commit 9260a40

Please sign in to comment.