Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Create release on github with help of node.
npm i grizzly -g
Usage: grizzly [options]
Options:
-h, --help display this help and exit
-v, --version output version information and exit
-r, --repo name of repository
-u, --user user of repository
-t, --tag tag of repository (shoul exist!)
-n, --name name of release
-b, --body body of release
-p, --prerelease set prerelease
--no-prerelease unset prerelease (default)
-tn, --token github token <https://github.com/settings/tokens/new>
-tc, --target_commitish commitish value that determines where the Git tag is created from
$ grizzly -tn "token from url" \
-r grizzly -u coderaiser -t v1.0.0 \
-n "grizzly v1.0.0" -b "some body"
npm i grizzly --save
Data will be read before execution in next order (left is more important):
command line -> ~/.grizzly.json
const grizzly = require('grizzly');
const token = 'token from https://github.com/settings/applications';
grizzly(token, {
user: 'coderaiser',
repo: 'grizzly',
tag: 'v1.0.0',
name: 'grizzly v1.0.0',
body: 'changelog'
prerelease: false /* default */
}).catch((error) => {
console.error(error.message);
});
MIT
FAQs
create release on github
We found that grizzly demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.