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