Agent skill
bump-version
Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bump-version-decentpaste-decentpaste
SKILL.md
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 |
decentpaste-app/src-tauri/gen/apple/...project.pbxproj |
MARKETING_VERSION (if iOS project exists) |
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) - If
gen/apple/exists, update Share Extension:sed -i '' 's/MARKETING_VERSION = OLD;/MARKETING_VERSION = NEW;/g' ...project.pbxproj - List updated files, remind to commit
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?