mr-version/Create Version Tags

Create git tags for monorepo projects using Mister.Version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repository-pathPath to the Git repository rootno.
projectsGlob pattern or comma-separated list of project files to tagno**/*.csproj
tag-prefixPrefix for version tagsnov
create-global-tagsCreate global tags for major releasesnofalse
global-tag-strategyStrategy for global tags (major-only, all, none)nomajor-only
tag-message-templateTemplate for tag messages (use {version}, {project}, {type} placeholders)noRelease {type} {version}
dry-runShow what tags would be created without actually creating themnofalse
fail-on-existingFail if a tag already existsnofalse
include-test-projectsInclude test projects when creating tagsnofalse
include-non-packableInclude non-packable projects when creating tagsnofalse
only-changedOnly create tags for projects with version changesnotrue
sign-tagsSign tags with GPG (requires git config user.signingkey)nofalse
namedescription
tags-createdJSON array of tags that were created
global-tags-createdJSON array of global tags that were created
project-tags-createdJSON array of project-specific tags that were created
tags-countTotal number of tags created
tags-skippedNumber of tags that were skipped (already exist or dry-run)