X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Freleaseprocess.html;fp=doc%2Freleaseprocess.html;h=7205420a28836021f3ac9ca6fc895b439149075d;hb=91cf2210f6440d85c8a488c1bd18b0d3feb93f19;hp=0000000000000000000000000000000000000000;hpb=316d7fc8af1d26b1c7e7e99341648bc01699ac1e;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

+ + +