Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@brillout/release-me
Advanced tools
@brillout/release-me
Publish your npm packages.
Used by:
@brillout/*
[!WARNING] Don't use this: it isn't meant for others to use. That said, feel free to fork this project.
CHANGELOG.md
.CHANGELOG.md
) enabling you to double check before publishing.// package.json
{
"name": "my-package",
"version": "0.1.2",
"scripts": {
"build": "echo 'I am used by release-me'",
"release": "release-me patch",
"release:minor": "release-me minor",
"release:commit": "release-me commit"
},
"devDependencies": {
"@brillout/release-me": "^0.3.8"
}
}
[!NOTE] Installation examples:
- GitHub > vikejs/vike (single package)
- GitHub > vikejs/vike-react (monorepo)
Release new patch/minor/major version:
pnpm exec release-me patch
pnpm exec release-me minor
pnpm exec release-me major
[!NOTE] For a slight DX improvement, we recommend defining
package.json#scripts
and use$ pnpm run
instead of$ pnpm exec
.
Release specific version:
pnpm exec release-me v0.1.2
You can also publish pre-releases such as 0.4.177-commit-ff3d6cd
:
pnpm exec release-me commit
FAQs
Publish your npm packages.
The npm package @brillout/release-me receives a total of 980 weekly downloads. As such, @brillout/release-me popularity was classified as not popular.
We found that @brillout/release-me demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.