https://github.com/fadyat/vsync
vsync is automatic semantic versioning tool for git
https://github.com/fadyat/vsync
changelog cli git go semver
Last synced: 2 months ago
JSON representation
vsync is automatic semantic versioning tool for git
- Host: GitHub
- URL: https://github.com/fadyat/vsync
- Owner: fadyat
- Created: 2024-02-01T21:35:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T15:02:17.000Z (over 2 years ago)
- Last Synced: 2025-04-04T17:47:24.391Z (over 1 year ago)
- Topics: changelog, cli, git, go, semver
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## `vsync`
VSync can help you to manage your project's version and changelog automatically.
It will increase your project's version automatically based on your git commit messages.
Tool is highly configurable and keywords can be changed to fit your needs.
All you need is to follow https://www.conventionalcommits.org/en/ standard for your commit messages.
VSync is inspired to automate https://semver.org/ and https://keepachangelog.com/en/ standards.