ridedott/Release me!

A GitHub Action for Semantic Release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
additional-pluginsAdditional semantic-release plugins to install.no
commit-assetsConfigures the list of assets to commit to the repository alongside the changelog.no
config-fileYAML or CommonJS module from which to load a semantic-release configuration.no
disable-changelogSkips generating a CHANGELOG.md file.nofalse
dry-runConfigures Semantic Release to run in dry-run mode.nofalse
node-moduleBumps the package version and updates the repository package.json and package-lock.json or yarn-lock.yaml.nofalse
pkg-rootDirectory path to publish the npm module.no.
release-assetsConfigures the list of assets to attach to the release alongside the source code.no
release-branchesConfigures the branches that Semantic Release will release to.no
release-rulesConfigures the rules that Semantic Release will use to determine the correct release version.no
release-rules-appendAppends additional rules to the defaults that Semantic Release will use to determine the correct release version.
namedescription
buildBuild component of the released version.
git-headThe Git checksum of the last commit of the release.
git-tagThe Git tag of the release.
levelReleased level (major, minor or patch).
majorMajor component of the released version.
minorMinor component of the released version.
patchPatch component of the released version.
pre-releasePre-release component of the released version.
releasedRelease status (boolean string).
versionReleased version in format of X.Y.Z (major.minor.patch-prerelease+build).