karlhulme/Prepare Release

Interrogates the commits on a branch, since the last release, and determines the release type and release notes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
branchNameThe name of the branch that is being targetted for release.yes
namedescription
canReleaseA value of 'yes' or 'no' indicating if a release can be carried out.
releaseFailureReasonIf 'canRelease' is equal to 'no' then this property will contain a reason why.
releaseVersionThe version of the new release in major.minor.patch format.
releaseTypeThe type of release. One of the following values: 'major', 'minor' or 'patch'.
releaseNotesA formatted markdown block containing the commit comments since the last release.