git-semver-tags

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

MIT 33 个版本
安装
npm install git-semver-tags
yarn add git-semver-tags
pnpm add git-semver-tags
bun add git-semver-tags
README

git-semver-tags

ESM-only package NPM version Node version Dependencies status Install size Build status Coverage status

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

Note: since lightweight tags do not store date information, the date of a tag is the date of the commit that is tagged on. If two tags on one commit, the order is not guaranteed.

Install

# pnpm
pnpm add git-semver-tags
# yarn
yarn add git-semver-tags
# npm
npm i git-semver-tags

CLI

# Example
git-semver-tags
# Output:
# v2.0.0
# v1.0.0
# For more details
git-semver-tags --help

API

For JS API see @conventional-changelog/git-client.

License

MIT © Steve Mao

版本列表
8.0.1 2026-03-01
8.0.0 2024-05-03
7.0.1 2023-09-11
7.0.0 2023-09-08
6.0.0 2023-08-27
5.0.1 2023-07-09
5.0.0 2023-06-06
4.1.1 2020-11-05
4.1.0 2020-08-12
4.0.0 2020-05-08
3.0.1 2019-11-14
3.0.0 2019-07-29
2.0.3 2019-05-18
2.0.2 2018-11-01
2.0.0 2018-05-29
1.3.6 2018-03-27
1.3.5 2018-03-22
1.3.4 2018-02-24
1.3.3 2018-02-20
1.3.2 2018-02-13
1.3.1 2018-02-13
1.3.0 2018-01-29
1.2.3 2017-11-13
1.2.2 2017-10-01
1.2.1 2017-07-17
1.2.0-alpha.1 2017-03-05
1.2.0 2017-03-10
1.1.2 2016-01-30
1.1.1 2015-12-31
1.1.0 2015-12-25
1.0.0 2015-07-23
0.0.1 2015-06-30
0.0.0 2015-06-30