ahmadnassri/Conventional Semantic Release

Semantic Release with all the presets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dryExecute in dry-run modenofalse
debugOutput debugging informationnofalse
formatThe Git tag format used by semantic-release to identify releases
branchesThe branches on which releases should happenno
configfile path to configuration fileno
namedescription
published'true' when release is successfully published, 'false' when nothing is published
last-release-git-headThe sha of the last commit being part of the last release
last-release-git-tagThe Git tag associated with the last release
last-release-channelThe distribution channel on which the last release was initially made available (`undefined` for the default distribution channel)
last-release-versionThe version of the last release
last-release-version-majorlast release version major component
last-release-version-minorlast release version minor component
last-release-version-patchlast release version patch component
last-release-version-prereleaselast release version prerelease component
last-release-version-buildmetadatalast release version buildmetadata component
release-typeThe semver type of the release (patch, minor or major)
release-git-headThe sha of the last commit being part of the new release
release-git-tagThe Git tag associated with the new release
release-versionThe version of the new release.
release-notesThe release notes for the new release
release-channelThe distribution channel on which the next release will be made available (`undefined` for the default distribution channel)
release-version-majorlast release version major component
release-version-minorlast release version minor component
release-version-patchlast release version patch component
release-version-prereleaselast release version prerelease component
release-version-buildmetadatalast release version buildmetadata component