
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@neoskop/flow-bump
Advanced tools
Handle git flow and version bumping
$ yarn global add @neoskop/flow-bump // via yarn
$ npm install -g @neoskop/flow-bump // or via npm
$ fb help
fb <command>
Commands:
cli.js config Manipulate config files
cli.js major [type] Create a major version and branch
cli.js minor [type] Create a minor version and branch
cli.js patch [type] Create a patch version and branch
cli.js hotfix [type] Create a hotfix version and branch
cli.js alpha Increase an alpha version
cli.js beta Increase a beta version
cli.js rc Increase a rc version
cli.js final [target] Finalize a version
Options:
--help Show help [boolean]
--version Show version number [boolean]
--pull Pull from git before branching and bumping (via --no-pull)
--push Push to git after branching and bumping (via --no-push)
--from-branch, -b Create version from which branch [string]
--from-tag, -t Create version from which tag [string]
--from-commit, -c Create version from which commit [string]
--commit-msg, -m Template for commit message [string]
--keep-branch, -k Keep branch after git flow finish release [boolean]
--one-shot, -o Create and finalize version in one step [boolean]
--target, -T Merge into given branch, "master", Major- or Minor-version
--tag-branch Tag branch instead of master for final
MIT License
Copyright (c) 2018 Neoskop GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
A merge of git-flow and version bumping
We found that @neoskop/flow-bump demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.