Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill 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
| File | Field |
|---|---|
decentpaste-app/package.json | "version" |
decentpaste-app/src-tauri/Cargo.toml | version |
decentpaste-app/src-tauri/tauri.conf.json | "version" |
website/downloads.json | version, tag (v-prefix), asset URLs |
Workflow
- Read current version from
tauri.conf.json - Ask new version (validate:
^\d+\.\d+\.\d+$) - Edit all 4 files (
replace_all: truefor downloads.json URLs) - List updated files, remind to commit
More by decentpaste
View allCreate a GitHub release with auto-generated release notes from commits since the last tag. Uses conventional commits to categorize changes into Features, Bug Fixes, and maintenance sections.
Build, sign, and prepare Android APK and AAB for release. Handles version bumping, building, zipalign (APK), and signing with JKS keystore. Outputs DecentPaste_x.x.x.apk for GitHub releases and signed AAB for Play Console.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.