dragoscops/Version Update

GitHub Action for automated version management based on conventional commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for actions like creating pull requestsyes
branchThe branch to commit/merge into (useful when you're maintaining multiple version branches)nomain
changelog_presetThe changelog preset to use for generating the changelognoconventionalcommits
prPerform version update by creating a pull requestnofalse
pr_auto_mergeAutomatically merge the pull request if it passes checksnofalse
pr_messageThis message will be used for the pull requestnochore: version update
pr_version_prefixThe prefix of the branch to create the version bump on, defaults to the current branchnoversion_bump
short_tagUse short tags for versioningnofalse
workspacesComma-separated workspace definitions with format "path:type", e.g., ".:text,packages/node:node"no.:text
namedescription
tagThe primary version tag created (e.g., 'v1.2.3')
versionThe new version number without prefix (e.g., '1.2.3')
prPull request number if PR was created (empty string if no PR)
all_tagsComma-separated list of all tags created (includes monorepo workspace tags)
changed_workspacesJSON array of workspace paths that had version changes
bump_typeThe type of version bump performed (major, minor, patch, pre-release, or none)