cbrgm/Semver Tag Sync Action

Automatically sync major and minor version tags when semantic versioning tags are pushed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for authenticationno${{ github.token }}
repositoryThe target GitHub repository in the format "owner/repo"no${{ github.repository }}
git-refGit reference (e.g., refs/tags/v1.2.3)no${{ github.ref }}
commit-shaCommit SHA to point the tags tono${{ github.sha }}
sync-majorSync major version tag (e.g., v1 for v1.2.3)notrue
sync-minorSync minor version tag (e.g., v1.2 for v1.2.3)notrue
skip-prereleasesSkip syncing for prerelease versions (e.g., v1.2.3-beta)notrue
sync-all-tagsSync major/minor tags for all existing semver tags in the repository, not just the current refnofalse
dry-runPerform a dry run without actually creating or updating tagsnofalse
log-levelLog level (debug, info, warn, error)noinfo
github-enterprise-urlThe base URL for GitHub Enterprise (if applicable)no""

no outputs