https://github.com/cbuschka/versioner
versioning tool to help with releasing projects when no sophisticated build tool is available
https://github.com/cbuschka/versioner
semver versioning
Last synced: 4 months ago
JSON representation
versioning tool to help with releasing projects when no sophisticated build tool is available
- Host: GitHub
- URL: https://github.com/cbuschka/versioner
- Owner: cbuschka
- License: apache-2.0
- Created: 2021-03-06T15:59:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T10:35:49.000Z (over 4 years ago)
- Last Synced: 2024-05-09T14:26:35.060Z (about 1 year ago)
- Topics: semver, versioning
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# versioner - versioning tool to help with releasing projects
[](https://github.com/cbuschka/versioner) [](https://goreportcard.com/report/github.com/cbuschka/versioner) [](https://codecov.io/gh/cbuschka/versioner) [](https://github.com/cbuschka/versioner/blob/main/license.txt)
## Prerequisites
* go 1.16.x
* GNU make
* git## Usage
### Release (tag & push)
```
versioner release
```### Get latest version by git tags
```
versioner latest-version
```### Get next version for latest by git tags
```
versioner next-version
```### Get versioner build version info
```
versioner version
```## Build
```
make build
```## License
Copyright (c) 2020-2021 by [Cornelius Buschka](https://github.com/cbuschka).[Apache License, Version 2.0](./license.txt)