An open API service indexing awesome lists of open source software.

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

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.