prepare-changelog
Installation
SKILL.md
Changelog Format Guide
This document describes the format and conventions used in site/src/changelog.md.
Overall Structure
The changelog follows the Keep a Changelog format with nextest-specific conventions.
Version Header
## [X.Y.Z] - YYYY-MM-DD
- Version numbers are in brackets
- Date is in ISO 8601 format (YYYY-MM-DD)
- Each version should have a corresponding link at the bottom of the file (though this is often omitted for newer entries)