
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
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.-C: The NPM client to use. Defaults to npm.-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 (also copy package-lock.json to _package-lock.json if it exists).package.json.<changelog>.<changelog> update to Git.package.json by moving _package.json to package.json (also reset _package-lock.json to package-lock.json if it exists).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
Use yarn instead of npm:
githubrelease -b patch -C yarn
FAQs
CLI tool for GitHub release management
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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.