
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nitro-release
Advanced tools
With this package, Nitro can produce releases by using gulp release on the CLI.
You can influence the version bump by using the --bump option.
All possibilities in examples:
$ gulp release --bump
\> Version bumped from 0.0.0 -> 0.0.1
$ gulp release --bump=minor
\> Version bumped from 0.0.1 -> 0.1.0
$ gulp release --bump=major
\> Version bumped from 0.1.0 -> 1.0.0
$ gulp release --bump=patch
\> Version bumped from 1.0.0 -> 1.0.1
The release configuration can be found in config.json.
A list of files, where a version bump should be processed.
["package.json"]Defines, if the bumpFiles should be committed. A commit will have the message Release VERSION.
falseDefines the commit message. Use %VERSION% to replace with current (bumped) version.
"Release %VERSION%"Defines, if a commit should be pushed automatically. Only pushes, if commit is set to true.
falseDefines the branch, which should be pushed. This should be the name of the branch, where the release happens.
"master"Defines the remote origin name.
"origin"Defines, if a release git tag should be created. The name is vVERSION, e.g. v0.1.0.
falseDefines the tag name. Use %VERSION% to replace with current (bumped) version.
"v%VERSION%""release": {
"bumpFiles": ["package.json"],
"commit": false,
"push": false,
"pushBranch": "master",
"pushTo": "origin",
"tag": false
}
FAQs
A release package for nitro. Manage your releases with ease.
We found that nitro-release demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.