hsayed21/Conventional Release Automator

Automated release workflow with conventional commits and changelog generation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionSemver bump typeyespatch
release-versionOptional exact version to release instead of calculating a bumpno""
update-latest-releaseRebuild and update the latest published release without changing its versionnofalse
release-commandOptional command to run after versioning and before publishing the releaseno""
release-command-shellShell used to run release-commandnobash
include-non-conventionalInclude non-conventional commits in release notesnofalse
files-patternExtra files to upload (glob, e.g. dist/*.zip)no""
publish-vscePublish to VS Code Marketplacenofalse
generate-changelogGenerate CHANGELOG.md filenofalse
node-versionNode.js version to useno24
initial-versionInitial semver version when package.json is created automaticallyno0.0.0
namedescription
versionThe version that was released
tagThe git tag that was created
release-urlThe URL of the created GitHub release