release
Installation
SKILL.md
Release Workflow
Publish a new version of @m1heng-clawd/feishu to npm and create a GitHub release.
Prerequisites
- Working tree is clean (all changes committed to
main) npm loginsession is active with publish access to@m1heng-clawdscopeghCLI is authenticated
Steps
1. Determine version bump
Check what changed since the last release:
# Find latest release tag
gh release list --limit 1