
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.
@chimp-stack/release-chimp
Advanced tools
> Automate your package releases with AI-powered version bumping and changelog generation.
Automate your package releases with AI-powered version bumping and changelog generation.
release-chimp helps you bump versions and generate changelogs, all AI-assisted and fully configurable.
release-chimp bump – Bump semantic version (major, minor, patch) with AI-assisted changelogrelease-chimp changelog – Generate changelogs from commit history, with optional AI summariesrelease-chimp config – Manage .chimprc settings without manual file editsnpm install -g @chimp-stack/release-chimp
Or run without installing:
npx @chimp-stack/release-chimp bump minor --dry-run
initCreate or update your .chimprc config for release-chimp:
npx @chimp-stack/release-chimp init
Choose local or global config location and answer simple prompts. Existing configs merge automatically.
release-chimp uses the releaseChimp namespace inside .chimprc (JSON file at repo root).
{
"releaseChimp": {
"bumpType": "patch",
"tagFormat": "@chimp-stack/core@${version}",
"changelog": {
"path": "CHANGELOG.md",
"useAI": true,
"groupOrder": ["Added", "Fixed", "Changed"]
},
"dryRun": false,
"noPackageJson": false,
"noChangelog": false,
"noGit": false
}
}
| Key | Type | Description |
|---|---|---|
bumpType | string | Default version bump (major, minor, or patch) |
tagFormat | string | Format for git tags (e.g., "@chimp-stack/core@${version}") |
changelog | object | Changelog generation options |
dryRun | boolean | If true, simulate actions without writing or pushing |
noPackageJson | boolean | Skip updating package.json version |
noChangelog | boolean | Skip changelog generation |
noGit | boolean | Skip git commit, tagging, and push |
changelog options:
| Key | Type | Description |
|---|---|---|
path | string | File path for changelog output (default: "CHANGELOG.md") |
useAI | boolean | Use OpenAI to generate summary section |
groupOrder | string[] | Order of commit groups in changelog |
You can use release-chimp config to manage settings in your .chimprc without editing the file manually (though you still can if you like that sort of thing).
config listrelease-chimp config list
Prints all current config values under the gitChimp namespace.
config get <key>release-chimp config get model
Gets the value of a specific config key.
config set <key> <value>release-chimp config set dryRun true
release-chimp config set tagFormat "@my-org/pkg@${version}"
Sets a config key. Supports string, boolean, number, and arrays (as comma-separated values).
bumpBump the version and generate changelog:
release-chimp bump [major|minor|patch] [options]
Options
| Flag | Description |
|---|---|
--dry-run | Show what would happen, don’t write or push |
--no-package-json | Skip package.json version update |
--no-changelog | Skip changelog generation |
--no-git | Skip git commit, tag, and push |
changelogrelease-chimp changelog
Generate a changelog from git commits.
Options
| Flag | Description |
|---|---|
--from <tag> | Start tag or commit (default: latest tag) |
--to <ref> | End ref (default: HEAD) |
--output <file> | File path to write changelog |
--ai | Use AI to generate a summary section |
init and configrelease-chimp shares init and config commands with the Chimp Stack core tools, to easily manage your .chimprc config.
Config precedence (highest wins):
.chimprc configrelease-chimp is part of the Chimp Stack - a growing suite of tools designed to monkey-proof your developer workflow, automating the boring parts so you can focus on shipping real crap.
Check out our other tools:
git-chimp - AI-driven commit and PR automationcommit-chimp - Streamlined commit and PR creation CLIdoc-chimp - Automatic documentation generationBugs, ideas, or monkey business? Open an issue or PR on GitHub.
MIT. No monkeys were harmed in the making of this software. We assume.
"Automate the tedious. Ship the awesome. Let the chimps do the rest."
— The Internet (probably)
FAQs
> Automate your package releases with AI-powered version bumping and changelog generation.
We found that @chimp-stack/release-chimp 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
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.