Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Apr 6, 2016
1 parent b0d39b2 commit f03b702
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.sh
@@ -0,0 +1,10 @@
#!/bin/sh -e

# Deploy release builds to Sonatype (and not the staging repo)
mvn -Prelease release:clean release:prepare release:perform


# To redeploy without touching git (tags, commits, etc), run:
# mvn versions:set -DnewVersion=<VERSION>
# mvn -B -Prelease -Prelease-sign-artifacts deploy -DskipTests=true
# mvn versions:revert

0 comments on commit f03b702

Please sign in to comment.