d3p1/Semantic Releasify

A GitHub Action for automated releases, changelogs, and package publishing with semantic-release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchThe branch on which release should happenno${{ github.ref_name }}
tag-formatThe Git tag format used by semantic-release to identify releasesnov${version}
is-docker-releaseCheck if it is required to release a Docker imageno
docker-registryThe hostname and port used by the the registry. Define only if `is-docker-release === true`no
docker-projectThe project or repository name to publish the image to. Define only if `is-docker-release === true`no
docker-imageThe name of the image to release. Define only if `is-docker-release === true`no
docker-filePath to file used to build the image. Define only if `is-docker-release === true`no
docker-argsAn object of arguments to use for the image build. Define only if `is-docker-release === true`no
docker-build-flagsAn object of additional flags to use for the image build. Define only if `is-docker-release === true`no

no outputs