decentpaste

bump-version

@decentpaste/bump-version
decentpaste
119
4 forks
Updated 1/6/2026
View on GitHub

Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.

Installation

$skills install @decentpaste/bump-version
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/bump-version/SKILL.md
Branchmain
Scoped Name@decentpaste/bump-version

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: bump-version description: Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.

Bump Version

Update version (x.x.x) across all config files.

Files

FileField
decentpaste-app/package.json"version"
decentpaste-app/src-tauri/Cargo.tomlversion
decentpaste-app/src-tauri/tauri.conf.json"version"
website/downloads.jsonversion, tag (v-prefix), asset URLs

Workflow

  1. Read current version from tauri.conf.json
  2. Ask new version (validate: ^\d+\.\d+\.\d+$)
  3. Edit all 4 files (replace_all: true for downloads.json URLs)
  4. List updated files, remind to commit