X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=release.sh;h=9af30dfc5671888020ef76545301e1ef236ae30d;hb=3002b5ac42c75d93cb91f42ac9d1c265f158cb01;hp=a136d916068d6189a7ed630aa268f13d6ad672e2;hpb=0e852a335684aeee1a8b43a27bdede1e7c2386fb;p=utils diff --git a/release.sh b/release.sh index a136d916..9af30dfc 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +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 + + +