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 login session is active with publish access to @m1heng-clawd scope
  • gh CLI is authenticated

Steps

1. Determine version bump

Check what changed since the last release:

# Find latest release tag
gh release list --limit 1
Related skills
Installs
103
GitHub Stars
4.3K
First Seen
Feb 11, 2026