Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
version-bump-plugin-git
Advanced tools
Version strategy for bumping version based on the last git commit message
A version strategy for version-bump.
Uses the last git commit subject to determine the bump level. Will bump based on the following text:
[major]
[minor]
[patch]
[pre-major]
[pre-minor]
[pre-patch]
[pre-release]
[build-release]
Default is the lowest version possible.
Make sure you have version-bump installed, then install the strategy with:
npm i version-bump-plugin-git --dev
From command line:
$ version-bump git-commit-msg
As a config file:
// save as .version-bump.js in the root of your project
module.exports = {
strategy: 'git-commit-subj'
}
FAQs
Version strategy for bumping version based on the last git commit message
The npm package version-bump-plugin-git receives a total of 0 weekly downloads. As such, version-bump-plugin-git popularity was classified as not popular.
We found that version-bump-plugin-git demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.