chase-roohms/Tag and Release Semantic Version

Creates a semantic version release with optional parent tag updates (e.g., updating v3 and v3.5 when releasing v3.5.2)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token with contents write access, defaults to GITHUB_TOKENno${{ github.token }}
version_bumpVersion bump type: major, minor, or patchyes
dry_runDry run mode - calculate version but don't create tags (true/false)nofalse
create_releaseCreate a GitHub release in addition to tags (true/false)notrue
draft_releaseCreate release as a draft instead of publishing immediately (true/false)nofalse
overview_noteOverview note to include in the release notes (optional, only included when auto generating notes)no""
release_notes_filePath to markdown file with custom release notes (optional, falls back to auto-generated notes)no""
update_parent_tagsUpdate parent version tags (e.g., v3 and v3.5 for v3.5.2) (true/false)nofalse
namedescription
new_versionThe new full semantic version created (e.g., v3.5.2)
minor_versionThe minor version tag (e.g., v3.5)
major_versionThe major version tag (e.g., v3)
previous_versionThe previous version before this release
tags_updatedJSON array of tags that were created or updated