jrm402/Auto-Create Release from Version

Auto-create releases from version found in package.json

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
titleTitle for the releasenov$version
tagName for the git tagnov$version
draftWhether or not this release should be published as a draftnofalse
package-fileThe path to the package.json filenopackage.json
changelog-fileThe path to the CHANGELOG filenoCHANGELOG.md
changelog-header-regexpRegular expression string a CHANGELOG line must match to be considered a version header. This MUST match a version group in the string. This group will be checked against the version found in package.json.no^## v(\d+\.\d+\.\d+(\-.+)*)
namedescription
successWhether or not a release was created
idThe id of the release
versionThe version that was released
releaseUrlThe URL users can navigate to in order to view the release