git-version-bump | Track your app 's version entirely with git tags
kandi X-RAY | git-version-bump Summary
kandi X-RAY | git-version-bump Summary
git-version-bump is a Ruby library. git-version-bump has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Maintain your program versions entirely within git. No local files required! All versioning information is stored using git tags. This gem contains a command-line tool and set of Rake tasks to increment and display your version numbers via git tags, and some associated Ruby code to use inside a gemspec or your program to retrieve the current version number, for use in builds and at runtime.
Maintain your program versions entirely within git. No local files required! All versioning information is stored using git tags. This gem contains a command-line tool and set of Rake tasks to increment and display your version numbers via git tags, and some associated Ruby code to use inside a gemspec or your program to retrieve the current version number, for use in builds and at runtime.
Support
Quality
Security
License
Reuse
Support
git-version-bump has a low active ecosystem.
It has 46 star(s) with 15 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 9 have been closed. On average issues are closed in 623 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of git-version-bump is v0.18.0
Quality
git-version-bump has 0 bugs and 0 code smells.
Security
git-version-bump has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
git-version-bump code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
git-version-bump is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
git-version-bump releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
git-version-bump saves you 106 person hours of effort in developing the same functionality from scratch.
It has 269 lines of code, 14 functions and 3 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of git-version-bump
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of git-version-bump
git-version-bump Key Features
No Key Features are available at this moment for git-version-bump.
git-version-bump Examples and Code Snippets
require 'git-version-bump'
class Foobar
VERSION = GVB.version
end
require 'git-version-bump'
class Foobar
# First parameter is use_local_git, second is include_lite_tags
VERSION = GVB.version(false, true)
end
git version-bump
git version-bump ma
git version-bump mi
git version-bump p
git version-bump s
[alias]
vb = version-bump
git version-bump -n minor
GVB.version # Return the entire version string
GVB.major_version # Return just the 'major' portion of the version
GVB.minor_version # Return just the 'minor' portion of the version
GVB.patch_version # Return just the 'patch'
Community Discussions
No Community Discussions are available at this moment for git-version-bump.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install git-version-bump
You can download it from GitHub.
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Send your pull requests to the Github repo, or send patches to theshed+git-version-bump@hezmatt.org. Bug reports can be sent to the same place, although I greatly prefer patches.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page