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 |
||
|---|---|---|
| .. | ||
| prompts | ||
| README.md | ||
| SKILL.md | ||
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
- Gets and confirms changelog entry
- Confirms version bump type (patch/minor/major)
- Updates CHANGELOG.md
- Bumps version with
npm version - Pushes git tag
- Publishes to npm
- Creates GitHub release