add releaser to CI

This commit is contained in:
eyedeekay
2024-07-20 23:01:27 -04:00
parent 3c5cf560ba
commit 6a7974fec6
2 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e
if [ -z "$I2P_VERSION" ]; then
I2P_VERSION="i2p-2.3.0"
I2P_VERSION="i2p-2.6.0"
fi
if echo "$I2P_VERSION" | grep -q '.\..\..'; then
@ -11,7 +11,7 @@ if echo "$I2P_VERSION" | grep -q '.\..\..'; then
fi
else
if [ -z "$I2P_RELEASE_VERSION" ]; then
I2P_RELEASE_VERSION=2.3.0
I2P_RELEASE_VERSION=2.6.0
fi
fi

7
docs/RELEASE.md Normal file
View File

@ -0,0 +1,7 @@
Unsigned Output of I2P Easy-Install for Mac
===========================================
This is an unsigned `.dmg` package of the Java I2P router.
It consists of an I2P router embedded in a customized launcher.
It has been an "Official" I2P package in the past, however it has been partially broken for many years due to issues with notarization on Mac OSX.
This is functioning package, which should be ready for signing and notarization by any party who is able.