Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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
| 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 releasingmasterStep-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