Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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-msg'
}
1.0.4 - Wed Sep 19 2018 16:59:10
Update version-bump version.
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.