Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 5.04 KB

Changelog

next

Added

  • ✨ Add autolink to issues and PRs in commit subject and body (#17) (43449fc)
  • ✨ support commit url in changelog (02c72b0)
  • ✨ Group commits by changelog types (#11) (7b8b49b)
  • ✨ Use handlebars templating to generate markdown (#10) (141d160)
  • ✨ Generate changelog for the next release (#8) (2d783e4)
  • ✨ Implement format option (#5) (9b7287d)
  • ✨ Convert changelog to markdown (b165f69)
  • ✨ Generate markdown first draft function (10c6d3e)
  • 🎉 Intialize markdown project (a4a12bb)
  • ✨ Generate changelog JSON file (86ca3ea)
  • ✨ Handle when no repository found (c912efd)
  • 🎉 intialize cli project (0b4f394)
  • ✨ implements changelog generation to json (44e401d)
  • ✨ add edge cases for commit parsing (cb35644)
  • ✨ Implements parse commit function (195b594)

Changed

  • ♻️ remove babel to use native node 10 (#3) (6edd0c4)
  • 🚚 move parse functions into parser.js (e29f239)
  • 🔧 Fix main script in core module (7f091a3)
  • 🔧 Add build script (efbc04d)
  • 🔧 Add lint (9faf008)
  • 🔧 Set up tests (656c8bb)
  • 🔧 Add package.json (34c8f53)

Removed

  • 🔥 remove parsing multiple commit (73207b7)

Fixed

  • 💚 Ignore node_modules in linter (802c0f7)
  • 💚 Set up travis configuration (dda9b28)

Miscellaneous