svu
Semantic Version Util (by caarlos0)
semverbot
A CLI which automates semver versioning. (by restechnica)
svu | semverbot | |
---|---|---|
4 | 4 | |
536 | 136 | |
- | 2.2% | |
7.8 | 7.4 | |
7 days ago | 21 days ago | |
Go | Go | |
MIT License | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
svu
Posts with mentions or reviews of svu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-15.
-
Essential Command Line Tools for Developers
View on GitHub
-
Auto versioning?
I use svu in a script to get the correct version based on my conventional commit messages (which I write using a tool I made, meteor)
-
go-conventionalcommits: Parse your commit messages as the Conventional Commits spec demands, in no time
Points that count towards Conventional Commits: - they don't get in the way (as far as my experience with them is concerned) - they enable or leverage tools like caarlos0/svu: Semantic Version Util
-
Meet Semverbot, a semver versioning CLI tool written in GoLang
Nice tool! Reminds me a bit of https://github.com/caarlos0/svu that relies on prefixes in commit messages for determining the level to increase. The point is that the authors of commit messages usually know best if they only patched something or added a new feature or made a breaking change.
semverbot
Posts with mentions or reviews of semverbot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-05.
-
Semverbot v1.0.0 release is out!
A few months ago I posted about Semverbot (read: Semver Bot), a tool I made to automate semver versioning within pipelines. Today I'm happy to announce its first major release, v1.0.0!
-
Meet Semverbot, a semver versioning CLI tool written in GoLang
I have added an issue to implement a semantic-release configuration https://github.com/restechnica/semverbot/issues/16
What are some alternatives?
When comparing svu and semverbot you can also consider the following projects:
semantic-release - :package::rocket: Fully automated version management and package publishing
git-chglog - CHANGELOG generator implemented in Go (Golang).
git-semver - Semantic Versioning with git tags
homebrew-tap - Homebrew tap for Restechnica
terrathon - Lightweight Python wrapper around the Terraform CLI.
go-wait - A tiny util for patient programs
cliwrap-python - A lightweight wrapper around CLIs for error handling and logging.