Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/git-semver
Semantic version utilities with Git integration
https://github.com/hadihammurabi/git-semver
go
Last synced: 9 days ago
JSON representation
Semantic version utilities with Git integration
- Host: GitHub
- URL: https://github.com/hadihammurabi/git-semver
- Owner: hadihammurabi
- Created: 2022-11-25T09:48:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T13:30:29.000Z (about 2 years ago)
- Last Synced: 2024-11-07T08:38:56.074Z (about 2 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-semver
Semantic version utilities with Git integration```
Usage:
git-semver [flags]
git-semver [command]Examples:
git-semver up majorAvailable Commands:
get get current version
help Help about any command
up move current version to next versionFlags:
-h, --help help for git-semverUse "git-semver [command] --help" for more information about a command.
```