Sha256: c187d9f283280aeff9d70085c90fceb036fa53746c64424382dace4c1a1512ad
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 KB
Contents
## ROADMAP 1.1.0 * investigate partial parsing of a file if parsing slows down *too much* on large changelogs ## ROADMAP 1.0.0 * consider moving from BREAKING/FEATURE/FIX to MAJOR/MINOR/PATCH * validate that each line starts with BREAKING:/FEATURE:/FIX: * validate that each release has the appropriate version * validate that release numbers increase monotonically * centralize the version regex (if possible) * require release block lines to be ordered in descending severity * disable strict semver version validation before 1.0.0 ## RELEASE 0.7.0 * FEATURE: rake changelog:recent displays the N most recent release sections ## RELEASE 0.6.2 * FIX: fixed notes task query for wider version numbers ## RELEASE 0.6.1 * FIX: non-semver versions were temporarily supported; they aren't. variants still are. ## RELEASE 0.6.0 * FEATURE: variant versions (rc1, pre, alpha, etc..) are supported * FEATURE: non-numbered roadmap versions (for un-released but immediate work) are now supported ## RELEASE 0.5.0 * FEATURE: a `rake changelog:version` to display the current version ## RELEASE 0.4.1 * FIX: with no query, `rake changelog:notes` outputs the notes of the current version (instead of all versions) ## RELEASE 0.4.0 * FEATURE: view the release notes for a version (or range of versions) with "rake changelog:notes" ## RELEASE 0.3.0 * FEATURE: include a changelog:validate task ## RELEASE 0.2.0 * FEATURE: handle ROADMAP blocks ## RELEASE 0.1.0 * FEATURE: handle RELEASE blocks
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
structured_changelog-0.7.0 | CHANGELOG.md |