Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamd3vil/verbump
A simple utility written in rust to bump and manage git semantic version tags.
https://github.com/iamd3vil/verbump
Last synced: 9 days ago
JSON representation
A simple utility written in rust to bump and manage git semantic version tags.
- Host: GitHub
- URL: https://github.com/iamd3vil/verbump
- Owner: iamd3vil
- License: mit
- Created: 2022-05-03T17:57:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T11:32:17.000Z (about 1 year ago)
- Last Synced: 2024-04-19T20:58:32.953Z (7 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verbump
A simple utility written in rust to bump git tags using semantic versioning. A port of [gtbump](https://github.com/knadh/gtbump).
## Installation
You can download a release from [Releases](https://github.com/iamd3vil/verbump/releases).
## Usage
```
Usage: verbump [OPTIONS]Optional arguments:
-h, --help prints help message
-m, --minor increments minor version
-M, --major increments major version
-p, --patch increments patch version (default: true)
-s, --show shows the latest tag
-i, --init inits a tag
-a, --all shows all tags
```