What problem does it solve?
Keeps SiYuan plugin release metadata, bilingual timelines, and changelog entries synchronized so that version bumps never drift apart and the release story stays clear.
Core Features & Use Cases
- Version synchronization: Aligns the
version fields in plugin.json and package.json with the target release number without relying on guesswork.
- Release narrative upkeep: Adds the new entry at the top of
CHANGELOG.md and updates both README.md and README_zh_CN.md timelines with consistent wording and outcomes.
- Commit and push prep: Suggests the exact commit message, git tag, and push commands tailored to the repo’s conventions before any user triggers those commands.
- Use Case: Preparing a small-to-medium release in siyuan-plugins-mcp-sisyphus that needs a clean bilingual changelog, updated version files, and explicit next steps for tagging and pushing.
Quick Start
Provide the desired version and release highlights so I can update plugin.json, package.json, changelog, and both READMEs before advising the commit message and tag/push commands.