hyperledger / indy-plenum

Plenum Byzantine Fault Tolerant Protocol
https://wiki.hyperledger.org/display/indy
Apache License 2.0
216 stars 370 forks source link

ReleaseWF and version bump #1588

Closed pSchlarb closed 2 years ago

pSchlarb commented 2 years ago

Addition of the new release workflow, which will publish Github prereleases as prereleases to pypi and releases as releases.

The version bump is opening a PR with the changes done by the buildscripts/ubuntu-2004/prepare-package.sh script, which is taking the version number from the .github/actions/set-version/action.yaml.

To bump the version on normal pushes to the ubuntu-20.04-upgrade branch the push_pr.yaml has been changed that it will not trigger when the version bump PR (which is only changing the 'plenum/__version_.json') is openend and merged.

Signed-off-by: pSchlarb p.schlarb@esatus.com

sovbot commented 2 years ago

Can one of the admins verify this patch?