Bump

GPTClaudeGemini··1,346 copies·updated 2026-07-14
bump.prompt
---
name: "bump"
title: "Bump Version"
description: "Bump current project to a new version"
arguments:
  - name: "version"
    description: "Target version, e.g. v1.1.1"
examples:
  - "@bump patch" # bump to next patch version
  - "@bump v1.1.1" # bump current project to v1.1.1
---

Bump current project to version: {version}
Update related files, including:

- CHANGELOG.md, create a new header for the version if needed, and update bottom link refs
- Project info file, e.g. pyproject.toml, package.json

You should also update lock files (e.g. uv.lock, package-lock.json)
using commands (e.g. `uv sync`) instead of modifying them directly.

You should also search (prefer ripgrep) for the old version
to see if there are other changes needed.

Don't commit after changes.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{version}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo DiscreteTom/prompts (no explicit license). A "Bump" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

DiscreteTom/prompts · no explicit license