#semver #tags #git #git-repository #git-tag

bin+lib git-semver-tags

按倒序时间获取您仓库的所有 git semver 标签

13 个版本

0.0.12 2023年3月2日
0.0.11 2023年2月28日
0.0.7 2022年12月3日
0.0.2 2022年11月20日
0.0.1 2022年10月30日

命令行工具 中排名第 2758

每月下载量 40

MIT 许可证

26KB
172

git-semver-tags

Crates.io Crates.io Crates.io CI codecov

按倒序时间获取您仓库的所有 git semver 标签

安装

运行

$ cargo install git-semver-tags

通过 cargo-binstall

您可以使用 cargo-binstall 安装 cargo-llvm-cov

$ cargo binstall git-semver-tags

用法

默认情况下,它运行检查。虽然您可以轻松地覆盖此操作

$ git-semver-tags [OPTIONS]

一些示例

# Run get all tags
$ git-semver-tags

# Run to get lerna tag
$ git-semver-tags --lerna

# Run the lerna tag to get the specified package name
$ git-semver-tags --lerna --package <package>

# Runs get tag for the specified prefix
$ git-semver-tags --tag-prefix <prefix>

# Run get to ignore unstable tag
$ git-semver-tags --skip-unstable

# Run get label under the specified path
$ git-semver-tags --cwd <cwd>

# Run upgrade self version
$ git-semver-tags upgrade

您可以做更多的事情!以下是帮助的副本

Get all git semver tags of your repository in reverse chronological order

Usage: git-semver-tags [OPTIONS] [COMMAND]

Commands:
 upgrade  upgrade self version
 help     Print this message or the help of the given subcommand(s)

Options:
     --lerna                parse lerna style git tags
     --package <package>    when listing lerna style tags, filter by a package
     --tag-prefix <prefix>  prefix to remove from the tags during their processing
     --cwd <cwd>            the current path where the command was run
     --skip-unstable        ignore unstable labels
 -h, --help                 Print help
 -V, --version              Print version

依赖项

~3–18MB
~261K SLoC