increment-semantic-version
Version updater
Automates the process of updating a project's version number based on a specified increment type and current version.
84 stars
2 watching
25 forks
Language: Shell
last commit: 26 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gabriella439/dhall-semver | A Dhall package for working with semantic version numbers in software development | 14 |
markchalloner/git-semver | A plugin for managing version numbers in Git using the Semantic Versioning scheme | 382 |
s0ders/go-semver-release | Automates semantic versioning of Git repositories by analyzing commit history and tagging with the correct SemVer number. | 10 |
h2non/semver.c | A C implementation of semantic versioning for parsing and comparing version numbers with prereleases and metadata | 185 |
c4urself/bump2version | Automates version number updates in source code | 1,065 |
mrackwitz/version | A library for comparing and representing semantic version numbers in Swift | 183 |
alexshevch/cordova-auto-patch | Automatically updates the version number in config.xml by incrementing the patch part of a version | 3 |
cloudflare/semver_bash | A tool for parsing and comparing semantic versions in bash scripts | 251 |
walkercoderanger/semver | A library for parsing and manipulating semantic version numbers in .NET | 299 |
ddddxxx/semver | A Swift library implementing the Semantic Versioning protocol | 23 |
cexbrayat/angular-cli-diff | Automates and compares changes between different versions of Angular CLI applications | 334 |
composer/package-versions-deprecated | A Composer addon to efficiently get installed packages' version numbers | 1,511 |
gabrielrobert/xavtool | Automates version updates for mobile applications across multiple platforms using semantic versioning. | 35 |
peritus/bumpversion | Automates version updates in source code by incrementing a specified part of the version number. | 1,504 |
qzb/sh-semver | A Bash implementation of semantic versioning with support for various comparators and ranges. | 29 |