Bumpy: zero-config monorepo releases powered by Git history — DeepSeek Blog | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekBlogBumpy: zero-config monorepo releases powered by Git history
    Back to Blog
    Bumpy: zero-config monorepo releases powered by Git history
    javascript

    Bumpy: zero-config monorepo releases powered by Git history

    Anton Reshetov January 26, 2026
    0 views

    Zero-config, Git-powered versioning for monorepos

    --- title: "Bumpy: zero-config monorepo releases powered by Git history" published: true description: "Zero-config, Git-powered versioning for monorepos" tags: javascript, monorepo, devops, opensource # cover_image: https://direct_url_to_image.jpg # Use a ratio of 100:42 for best results. # published_at: 2026-01-26 08:30 +0000 --- Hi there! Monorepo releases can be amazing… until the tooling feels either too heavy (extra metadata, intent files, complex flows) or too opinionated about _how_ you should work. I wanted something lightweight that stays out of the way — especially if your Git history is already meaningful. So I built **Bumpy** — a **zero-config CLI for monorepo versioning** that: - **Auto-discovers packages** (pnpm/npm workspaces, `apps/*`, `packages/*`) - **Suggests the next version** using Conventional Commits - **Generates per-package changelogs** from Git history - **Uses per-project tags** like `project@version` for precise release boundaries - **Supports prereleases** and `--dry-run` **Repo:** [https://github.com/antonreshetov/bumpy](https://github.com/antonreshetov/bumpy) **Best fit:** small/medium monorepos that already use Conventional Commits and want clean per-package changelogs + tags, without adopting a whole new workflow. ## Why another release tool? Tools like **Changesets** and **Nx Release** are excellent — they just optimize for different trade-offs than I needed: - **Changesets:** great, but it’s a _file-based workflow_ (changeset “intent” markdown files that you commit and later assemble into releases). - **Nx Release:** powerful and well-integrated if you’re already in Nx; heavier if your repo isn’t. Bumpy tries to keep the best parts (automation + safety) while keeping Git as the source of truth and avoiding extra ceremony. ## How Bumpy works At release time, Bumpy: 1. **Scan:** Finds packages in your workspace. 2. **Locate:** Detects the last tag for each package (e.g., `[email protected]`). 3. **Analyze:** Reads Git history since that tag. 4. **Suggest:** Recommends a bump based on Conventional Commits. 5. **Generate:** Creates/updates a package-level `CHANGELOG.md`. You can always confirm the suggestion, choose a different bump type, or enter a custom version. ## Quick Start ### Installation ```bash # Global npm install -g @antonreshetov/bumpy # Local (recommended for monorepos) pnpm add -D @antonreshetov/bumpy ``` ### Common commands - **Interactive release:** `bumpy` - **Status overview:** `bumpy status` - **Release one project (non-interactive):** `bumpy release project-a --type minor --yes` - **Dry-run:** `bumpy release --dry-run` ## Config is optional By default, Bumpy uses your existing workspace layout. To customize behavior, run `bumpy init` to generate `bumpy.json` in the repo root. ```json { "projects": ["apps/*", "packages/*"], "release": { "ignore": ["apps/internal-tool"], "changelog": { "projectChangelogs": true, "workspaceChangelog": false }, "git": { "commit": true, "tag": true, "push": true, "commitMessage": "chore(release): {tag}" } } } ``` ## Where I’d love feedback If you’ve used Changesets / Nx Release / anything similar: - Does this release flow feel intuitive? - What would you _miss_ immediately if you switched to Bumpy? - Any edge cases you’ve hit around per-project tags or changelog structure? - What should `bumpy status` show to be useful day-to-day? Repo again: [https://github.com/antonreshetov/bumpy](https://github.com/antonreshetov/bumpy)

    Tags

    javascriptmonorepodevopsopensource

    Comments

    More Blog

    View all
    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠ai

    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠

    Hi everyone! 👋 I’m Tara, a Senior Software Engineer and Consultant. Over the years, I've jumped...

    T
    tworrell
    Local AI Will Save Us All (The Math Says So, Trust Me)ai

    Local AI Will Save Us All (The Math Says So, Trust Me)

    Every few weeks a take goes viral in tech circles making the case for ditching cloud AI and running...

    S
    Sebastian Schürmann
    Lost in the AI Hype, I Started Smallai

    Lost in the AI Hype, I Started Small

    And it helped me get back into tech without drowning TL;DR at the end Coming back to...

    R
    Rohini Gaonkar
    Building a Replay-Tested Interactive Brokers Client in Gogo

    Building a Replay-Tested Interactive Brokers Client in Go

    I wanted an IBKR library that felt like Go and had testing I could trust. So I wrote one.

    T
    Thomas Marcelis
    Playwright in Pictures: Fully Parallel Modeplaywright

    Playwright in Pictures: Fully Parallel Mode

    Playwright’s fullyParallel mode is often treated as a simple performance switch. In practice, it...

    V
    Vitaliy Potapov
    Designing a CLI for Both Humans and Agentscli

    Designing a CLI for Both Humans and Agents

    Learn how Alpic designed its CLI for both human developers and AI agents — covering tradeoffs like polling, context windows, interactivity, and statelessness.

    J
    Julien Vallini

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.