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.
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 thepush_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