https://github.com/cparta/makeversion
Create a project version string from Git tags and build counters.
https://github.com/cparta/makeversion
generated-code go golang versioning
Last synced: about 2 months ago
JSON representation
Create a project version string from Git tags and build counters.
- Host: GitHub
- URL: https://github.com/cparta/makeversion
- Owner: cparta
- License: mit
- Created: 2022-03-28T07:34:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T12:16:17.000Z (about 1 year ago)
- Last Synced: 2025-01-31T13:23:05.107Z (about 1 year ago)
- Topics: generated-code, go, golang, versioning
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://coveralls.io/github/cparta/makeversion?branch=main)
[](https://goreportcard.com/report/github.com/cparta/makeversion)
# makeversion
Create a project version string from Git tags and build counters.
```go
//go:generate go run github.com/cparta/makeversion/v2/cmd/mkver@latest -name packagename -out version.gen.go
```