You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: optimize & improve maintainability of GitHub Action definition (#914)
* fix(gha): correct use of `prerelease` option for GitHub Action
* style(gha): improve shell format of GitHub Action script
* docs(gha): update GitHub Actions doc with all available options
* refactor(gha): drop cli defaults from action definition
* refactor(gha): optimize gha docker definition
* refactor(gha): drop defaults & optimize action entrypoint script
* chore(dependabot): add updater for gha docker environment
* refactor(gha): execute the gha version of semantic-release
* refactor(gha): update container os to bookworm, dropping backports need
When using Debian Bullseye, it did not have a git version available
that supported SSH key signing. SSH key signing was integrated in
git version 2.34 and the highest version for Bullseye was 2.30. Through
the backports repository, a version greater than 2.34 was made available
but now bumping to Debian Bookworm, the available version is 2.39 in the
base OS repository so no backports configuration required.
* build(deps): bump GitHub Action container to use `python3.12`
Updates the base container that runs the GitHub Action environment to
python3.12 which enables users to specify and run build scripts that
are python3.12 specific as python3.12 is now the latest stable version
of python available and we were only providing `3.10`.
Resolves: #801
* refactor(gha): add common python binary module deps for builds
* refactor(gha): removed execute permissions on action script
0 commit comments