update version, changelog
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Sun, December 18
|
||||
----------------
|
||||
|
||||
- Enable use as a Java I2P Console Plugin
|
||||
|
||||
Tue, November 22
|
||||
----------------
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env sh
|
||||
export GITHUB_USER=eyedeekay
|
||||
export GITHUB_REPO=i2p.plugins.firefox
|
||||
export GITHUB_NAME="Enforces App and Browser Modes"
|
||||
export GITHUB_NAME="Enables use as a console plugin"
|
||||
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
||||
export GITHUB_TAG=1.0.5
|
||||
export GITHUB_TAG=1.0.6
|
Binary file not shown.
19
release.sh
19
release.sh
@ -66,8 +66,25 @@ github-release upload --user "${GITHUB_USER}" \
|
||||
--tag "${GITHUB_TAG}" \
|
||||
--label "I2P Browser launcher as a Jpackage inside of a Fedora package. ${rpmsum}" \
|
||||
--name "i2pbrowser-${GITHUB_TAG}-1.x86_64.rpm" \
|
||||
--file "i2pbrowser-${GITHUB_TAG}-1.x86_64.rpm"
|
||||
--file "i2pbrowser-${GITHUB_TAG}-1.x86_64.rpm"
|
||||
echo "Uploaded fedora package"
|
||||
susum=$(sha256sum i2pfirefox.su3)
|
||||
github-release upload --user "${GITHUB_USER}" \
|
||||
--replace \
|
||||
--repo "${GITHUB_REPO}" \
|
||||
--tag "${GITHUB_TAG}" \
|
||||
--label "I2P Browser launcher as an I2P Console Plugin. ${susum}" \
|
||||
--name "i2pfirefox.su3" \
|
||||
--file "i2pfirefox.su3"
|
||||
susum=$(sha256sum i2pfirefox-update.su3)
|
||||
github-release upload --user "${GITHUB_USER}" \
|
||||
--replace \
|
||||
--repo "${GITHUB_REPO}" \
|
||||
--tag "${GITHUB_TAG}" \
|
||||
--label "I2P Browser launcher as an I2P Console Plugin, update-only. ${susum}" \
|
||||
--name "i2pfirefox-update.su3" \
|
||||
--file "i2pfirefox-update.su3"
|
||||
echo "Uploaded su3 package"
|
||||
|
||||
git pull github --tags
|
||||
git push --all
|
||||
|
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Mon Dec 19 02:54:21 UTC 2022
|
||||
build.number=243
|
||||
#Mon Dec 19 03:00:35 UTC 2022
|
||||
build.number=248
|
||||
|
Reference in New Issue
Block a user