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 221 stars 16 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
78
Recency 20%
100
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
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category