Files
swift-bump-version/Sources/CliClient/Documentation.docc/CliVersion.md
Michael Housh 1972260317
Some checks failed
CI / macOS (debug, 16.1) (push) Has been cancelled
CI / macOS (release, 16.1) (push) Has been cancelled
CI / Ubuntu (push) Failing after 5s
feat: Adds git client tests, restructures files.
2024-12-24 14:42:28 -05:00

520 B

CliClient

Derive a version for a command-line tool from git tags or a git sha.

Additional Resources

Github Repo

Overview

This tool exposes several plugins that can be used to derive a version for a command line program at build time or by manually running the plugin. The version is derived from git tags and falling back to the branch and git sha if a tag is not set for the current worktree state.

Articles