Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

41 lines (29 loc) · 1.89 KB

yaml-changelog

2019-05-21

Moved templates folder to be at the root of the project

2019-05-21

Template files are read based on the currect executing path, not just src/templates

2019-05-21

Added more validation to the story input so that the entire input must constist of story numbers, not just the beginning of the string

2019-05-16

Removed changelog initialization from `add` command as it doesn't work properly. Best to use `init` directly.

2019-05-13 - US233458

Implemented render-release command which accepts any number of releases.yaml files and renders them into a single markdown file
BREAKING CHANGES - changed 'service' to 'project' in changelog.yaml; changed 'CHANGELOG.yaml' to 'changelog.yaml'

2019-05-13 - US233458

Renamed CHANGELOG.yaml -> changelog.yaml
Altered format of changelog.yaml - service -> project
Added release command which takes a date and generates releases.yaml with a new block containing all changes since the last release

2019-05-10

Added descending sort to `add` so that newest changes will be at the top of the changelog

2019-05-09 - US233458

Added render command which parses a yaml-changelog formatted changelog to generate a CHANGELOG.md

2019-05-08 - US233458

Implemented filter which returns all changes after a date given in YYYY-MM-DD format.
Updated Changelog format to include the service name at the top level.

2019-05-08 - US233458

Added diff command to compare the current changelog against a branch, specific revision, or current revision.
diff also includes a flag -c which will make it only log the difference in length between changelogs.

2019-05-07 - US233458

Implemented method to initialize CHANGELOG.yaml in expected format.
Added method to append an object to changes with the timestamp, user, story, and description of changes.