version-bumper

Solid

Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.

Data & Documents 228 stars 18 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
79
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
41
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Version Bumper ## Overview This skill ensures that every version upgrade is synchronized across the entire repository, following the strict "Documentation Sync" rule in GEMINI.md. ## Workflow 1. **Prepare Info**: Gather the new version number and brief changelogs in both English and Chinese. 2. **Auto-Patch**: The skill will help you identify and update: - `plugins/.../name.py` (docstring version) - `plugins/.../README.md` (metadata & What's New) - `plugins/.../README_CN.md` (metadata & 最新更新) - `docs/plugins/...md` (mirrors) - `docs/plugins/index.md` (version badge) - `README.md` (updated date badge) 3. **Verify**: Check the diffs to ensure no formatting was broken. ## Tool Integration Execute the bump script (draft): ```bash python3 scripts/bump.py <version> "<message_en>" "<message_zh>" ```

Details

Author
Fu-Jie
Repository
Fu-Jie/openwebui-extensions
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

version-bumper

Automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. Ensures version consistency in claude-code-plugins repository.

2,274 Updated today
jeremylongshore
AI & Automation Solid

version-updates

Bump versions, update changelogs, and coordinate version changes across files for releases

297 Updated today
athola
AI & Automation Solid

version-bump-ag

Bump version, auto-generate CHANGELOG from git commits, update all versioned files, and refresh root + docs/ documentation to reflect the current project state

5,612 Updated today
diegosouzapw
Data & Documents Listed

semantic-versioning

Manages project versioning following Semantic Versioning (SemVer) principles. Calculates increments based on changes and synchronizes version across documentation and metadata. Use when the user asks to "bump the version", "prepare a release", or when the `changelog` skill calls for a release.

2 Updated 1 weeks ago
tuliosousapro
Data & Documents Listed

version-bump

Checks for changed plugin/skill files in marketplace projects and suggests semver version bumps before pushing. Use this skill whenever the user wants to push changes (git push, "push this", "push to remote") and the working directory contains a .claude-plugin/marketplace.json file — even if the user doesn't mention versions. Also trigger when the user explicitly mentions version bumping, releasing plugins, or preparing marketplace updates.

0 Updated 4 days ago
rvanbaalen