# git-semver-tags

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

Latest version **8.0.1** (published 2026-03-01) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install git-semver-tags
pnpm add git-semver-tags
yarn add git-semver-tags
bun add git-semver-tags
```

Provides the command `git-semver-tags`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 8.0.1 |
| Published | 2026-03-01 |
| First published | 2015-06-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/git-semver-tags) |
| Module format | ESM |
| Node | >=18 |
| Dependencies | 2 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8506 |
| Author | Steve Mao |
| Maintainers | bcoe, oss-bot, dangreen, stevemao, tapppi |
| Keywords | git-semver-tags, order, semver, tag, git-tag, git, deprecated |

## Links

- npm: https://www.npmjs.com/package/git-semver-tags
- Repository: https://github.com/conventional-changelog/conventional-changelog
- Homepage: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme
- Issues: https://github.com/conventional-changelog/conventional-changelog/issues
- npm.io page: https://npm.io/package/git-semver-tags

## Dependencies (2)

- [meow](https://npm.io/package/meow.md) ^13.0.0
- [@conventional-changelog/git-client](https://npm.io/package/@conventional-changelog/git-client.md) ^2.6.0

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 8.0.1 (latest) — 2026-03-01
- 4.1.1 (next) — 2020-11-05
- 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.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
- … 18 more at https://npm.io/package/git-semver-tags/versions

## README

# git-semver-tags

[![ESM-only package][package]][package-url]
[![NPM version][npm]][npm-url]
[![Node version][node]][node-url]
[![Dependencies status][deps]][deps-url]
[![Install size][size]][size-url]
[![Build status][build]][build-url]
[![Coverage status][coverage]][coverage-url]

[package]: https://img.shields.io/badge/package-ESM--only-ffe536.svg
[package-url]: https://nodejs.org/api/esm.html

[npm]: https://img.shields.io/npm/v/git-semver-tags.svg
[npm-url]: https://npmjs.com/package/git-semver-tags

[node]: https://img.shields.io/node/v/git-semver-tags.svg
[node-url]: https://nodejs.org

[deps]: https://img.shields.io/librariesio/release/npm/git-semver-tags
[deps-url]: https://libraries.io/npm/git-semver-tags

[size]: https://packagephobia.com/badge?p=git-semver-tags
[size-url]: https://packagephobia.com/result?p=git-semver-tags

[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master
[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions

[coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master

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

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

## CLI

```bash
# 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](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-client).

## License

MIT © [Steve Mao](https://github.com/stevemao)

---
_Source: https://npm.io/package/git-semver-tags · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
