Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update release md to explain how to skip tests (#371)
  • Loading branch information
tsiq-karold committed Jun 28, 2019
1 parent c9e2bce commit 9107f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.md
Expand Up @@ -35,7 +35,7 @@ You will need to also obtain GPG files to be copied into your `~/.gnupg` and the
The first step is to prepare the release. Make sure you are on master and up to date then run:

```
mvn release:clean release:prepare -DskipTests
mvn release:clean release:prepare -DskipTests -Darguments=-DskipTests
```

This will do a number of things (let's assume you're trying to release version x.y.z):
Expand All @@ -51,7 +51,7 @@ This will do a number of things (let's assume you're trying to release version x

```
export GPG_TTY=$(tty)
mvn release:perform
mvn release:perform -DskipTests -Darguments=-DskipTests
```

This will prompt you for the GPG passphrase. It will then build and test webtau and publish all artifacts to Maven Central.
Expand Down

0 comments on commit 9107f6f

Please sign in to comment.