Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

CHANGELOG FORMAT VERSIONING

[3.0.0] - 2024-02-22

Added

  • Added test for complete test coverage ‧ BAC-931
  • Added GitHub Actions in order to standardize CI (added test flow and release flow) ‧ BAC-931
  • Improved documentation ‧ BAC-931
  • Added ESLINT standard code style ‧ BAC-931
  • Added .changescriberc to configure this tool execution within a specific project and without always passing arguments ‧ BAC-931

Changed

  • [breaking] Renamed package from changelogger to changescribeBAC-931
  • Published package as changescribe to npmjs ‧ BAC-931

Removed

  • [breaking] Removed includeCommits for wrong implementation: it should be reimplemented with tags checks in future ‧ BAC-931

[2.0.0] - 2023-09-25

Added

  • Added explore command for exploring changelogs generated by this tool
  • Added --createOutputIfNotFound flag to generate command default to true
  • Added --taskUrlTemplate flag to customize task url templates

Changed

  • generate is now the default command