BMAD-METHOD/.claude/skills/bmad-os-release-module
Brian Madison d6cc8b060a refactor: rename skill folders to bmad-os- prefix
Standardizes all skill folder names with bmad-os- prefix:
- changelog-social → bmad-os-changelog-social
- draft-changelog → bmad-os-draft-changelog
- gh-triage → bmad-os-gh-triage
- release-module → bmad-os-release-module
2026-02-15 17:31:10 -06:00
..
prompts refactor: rename skill folders to bmad-os- prefix 2026-02-15 17:31:10 -06:00
README.md refactor: rename skill folders to bmad-os- prefix 2026-02-15 17:31:10 -06:00
SKILL.md refactor: rename skill folders to bmad-os- prefix 2026-02-15 17:31:10 -06:00

README.md

release-module

Automates the complete release process for npm modules.

Usage

Run from project root or pass project path:

bmad-utility-skills:release-module

Prerequisite

First run draft-changelog to analyze changes and create a draft changelog.

What It Does

  1. Gets and confirms changelog entry
  2. Confirms version bump type (patch/minor/major)
  3. Updates CHANGELOG.md
  4. Bumps version with npm version
  5. Pushes git tag
  6. Publishes to npm
  7. Creates GitHub release