在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
release-process
// Version bumping, release workflow, and PyPI publishing process for Visdom
$ git log --oneline --stat
stars:10,262
forks:1,236
updated:2026年5月17日 04:36
SKILL.md
// Version bumping, release workflow, and PyPI publishing process for Visdom
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Cypress test creation, visual regression workflow, and testing best practices for Visdom
Guide for adding new WebSocket commands and API endpoints to Visdom
| name | release-process |
| description | Version bumping, release workflow, and PyPI publishing process for Visdom |
Use this skill when preparing a new release or updating the version.
Update version in py/visdom/VERSION following Semantic Versioning.
Ensure all CI checks pass:
npm run lint (JavaScript)black py (Python)pre-commit run --all-filesSubmit PR to master with version change.
On merge to master, automated workflows handle:
update-js-build-files.yml: Compiles main.js if js/** changedpypi.yml: Creates GitHub release (v<VERSION>) and publishes to PyPIpy/visdom/VERSIONsetup.py reads this file at build timebuild.py uses version to track CDN dependency freshnesspython setup.py sdistdemo.py runs cleanly before releasingmaster