X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Freleaseprocess.html;fp=doc%2Freleaseprocess.html;h=7205420a28836021f3ac9ca6fc895b439149075d;hb=4eea17dfc5ff9891e93085d5afed2d101469f56f;hp=0000000000000000000000000000000000000000;hpb=762f874a3fb43e5b56250a33154d3f37872360b8;p=jalview.git diff --git a/doc/releaseprocess.html b/doc/releaseprocess.html new file mode 100644 index 0000000..7205420 --- /dev/null +++ b/doc/releaseprocess.html @@ -0,0 +1,692 @@ + + + + + + + + Making a Jalview release + + + + + +

Making a Jalview release

+

Objectives

+

1 Update the release getdown channel +2 Update single executable jar +3 Update installer +4 Update web site with release notes +5 Update Conda recipe +6 Update Homebrew +7 Update JalviewJS

+

tl;dr

+

OSX_SIGNING=yes KEYPASS=MYSECRETKEY gradle -POSX_KEYPASS=true -POSX_KEYSTORE=/Users/jbb/buildtools/private/sourceofpain.p12 -PJSIGN_SH="/Users/jbb/buildtools/jsign.sh" -Pinstall4j_verbose=true -PJAVA_VERSION=1.8 -PCHANNEL=RELEASE -PVERSION=W.X.Y.Z getdown installers shadowJar +codesign -s "MY Apple Dev Name" build/install4j/1.8/Jalview-DEVELOPMENT-macos-java_8.dmg

+ + +