Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
release
// Release workflow for agent-vault. Follow these steps when publishing a new version.
$ git log --oneline --stat
stars:388
forks:22
updated:2026년 2월 19일 08:22
SKILL.md
// Release workflow for agent-vault. Follow these steps when publishing a new version.
| name | release |
| description | Release workflow for agent-vault. Follow these steps when publishing a new version. |
# 1. Commit all changes first
# 2. Bump version (patch / minor / major)
npm version <patch|minor|major> -m "chore: bump version to %s"
# 3. Push commit and tag
git push && git push --tags
CI will automatically run tests, publish to npm, and create a GitHub Release.
-m "chore: bump version to %s" to npm versionv* (e.g. v0.2.0), this is npm's defaultversion in package.json — always use npm versionnpm version creates themnpm version--provenance)NPM_TOKEN secret needed, configured on npmjs.com