
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.
githubrelease
Advanced tools
CLI tool for GitHub release management.
To install from npm:
npm install -g githubrelease
To install from GitHub:
npm install -g psyrendust/githubrelease
The githubrelease cli uses conventional-github-releaser under the hood, which needs the following in order to work:
CONVENTIONAL_GITHUB_RELEASER_TOKEN to the token you just createdYou can find more details here: Setup token for cli.
-h: Show this message.-v: Display the version of this script.-f: Display the flags used when showing config.-l: Generate a changelog entry and save it to <changelog>.-p: Push <master>, <develop>, and tags to <remote>.-u: Update <master> and <develop> branches from <remote> using rebase.-n: Do not display any prompts.-t: Do not trash the node_modules folder before running npm run test.-T: Do not create a git tag and do no run conventionalGithubReleaser.-c: Location of the <changelog>. Defaults to CHANGELOG.md.-m: The <master> branch. Defaults to master.-d: The <develop> branch. Defaults to develop.-r: The <remote> push and pull from. Defaults to origin.-P: The preset style used to generate the changelog. Examples include [angular | jquery ...]. Defaults to conventional-recommended-bump.-s: Allows you to start at a specific step. Useful for when the script fails before completing all steps. See Available steps below.-b: The semver you would like to use for the release (default: patch). Can be: [ major | minor | patch | v0.0.0 ]<master> and <develop> branches from <remote> using rebase.<master>, <develop>, and tags to <remote>.npm test<develop> onto <master>.package.json to _package.json.package.json.<changelog>.<changelog> update to Git.package.json by moveing _package.json to package.json.npm version command, which bumps package.json and creates a tag. No git tag will be created if -T is passed.<master> onto <develop>.<master>, <develop>, and tags to <remote>.githubrelease -u
githubrelease -p
githubrelease -b patch
githubrelease -tTb minor
Or just do it all in one command.
githubrelease -b patch
FAQs
CLI tool for GitHub release management
The npm package githubrelease receives a total of 25 weekly downloads. As such, githubrelease popularity was classified as not popular.
We found that githubrelease demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.