felixrizzolli/Auto Release Action

Automatically create GitHub releases based on package.json version changes and CHANGELOG.md

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for authentication (needs contents: write permission)yes${{ github.token }}
package-json-pathPath to package.json file (relative to repository root)nopackage.json
changelog-pathPath to CHANGELOG.md file (relative to repository root)noCHANGELOG.md
tag-prefixPrefix for version tags (e.g., "v" for v1.0.0)nov
create-draftCreate release as draftnofalse
create-prereleaseMark release as prereleasenofalse
namedescription
release-createdWhether a release was created (true/false)
release-idThe ID of the created release
release-urlThe URL of the created release
versionThe version number of the release
tag-nameThe tag name created
version-changedWhether the version changed compared to the last tag