https://github.com/sbmueller/semver-taggr
CLI to manage your semantic version git tags
https://github.com/sbmueller/semver-taggr
cli semver
Last synced: 29 days ago
JSON representation
CLI to manage your semantic version git tags
- Host: GitHub
- URL: https://github.com/sbmueller/semver-taggr
- Owner: sbmueller
- License: gpl-3.0
- Created: 2023-08-14T16:33:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T13:51:43.000Z (almost 3 years ago)
- Last Synced: 2025-11-11T21:05:57.049Z (8 months ago)
- Topics: cli, semver
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Semver Taggr
Interactive CLI tool to quickly tag your git repositories according to
[semantic versioning](https://semver.org/).
## Features
- Detects your last semantic versioning tag
- Asks which kind of change you want to reflect in your version bump
- Places a new tag in the same format in your repository