X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=release.sh;h=9af30dfc5671888020ef76545301e1ef236ae30d;hb=27e64921ef6223144d2b12b5ee0c0f3d34c74958;hp=06c52cdb7cb1881da77b1f7365c78c157317c755;hpb=d6bad6f3ee10aff58705a664ef4223319fc86def;p=utils diff --git a/release.sh b/release.sh index 06c52cdb..9af30dfc 100755 --- a/release.sh +++ b/release.sh @@ -1,3 +1,17 @@ mvn clean release:clean mvn release:prepare mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx" + +# verify publication on oss.sonottype.org +# close and release the repo + +# if ok, push local changes. +git push +git push --tags + +# Update the release in JIRA to the status Released and create a new release. + +# update src/site/xdoc/news.xml with new release info from JIRA + + +