2022-09-05 18:23:33 -04:00
|
|
|
#! /usr/bin/env sh
|
|
|
|
export GITHUB_USER=eyedeekay
|
|
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
2023-12-27 16:43:52 -05:00
|
|
|
export GITHUB_NAME="Updates extensions, plugin support temporarily removed(Stay on the old version)"
|
2022-09-14 23:37:29 -04:00
|
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
2024-03-19 18:19:43 -04:00
|
|
|
export GITHUB_TAG=$(git describe --tags --abbrev=0)
|