writing-release-notes
Installation
SKILL.md
Writing Release Notes and Changelog
Generate professional release documentation for the DocumentDB VS Code extension.
When to Use
- Creating release notes for a new version (X.Y.0)
- Appending patch release notes (X.Y.Z where Z > 0)
- Writing changelog entries for any version
- Documenting new features, improvements, or fixes
Quick Reference
| Version Type | Release Notes Action | Changelog Action |
|---|---|---|
| Major/Minor (1.0.0, 1.1.0) | Create new docs/release-notes/X.Y.md |
Add new ## X.Y.0 section at top |
| Patch (1.1.1, 1.1.2) | Append to existing docs/release-notes/X.Y.md |
Add new ## X.Y.Z section at top |