Skip to content

Latest commit

 

History

History
86 lines (41 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

86 lines (41 loc) · 4.22 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.0.2 (2024-07-31)

1.0.1 (2022-11-25)

Bug Fixes

  • discord: avoid losing the last line of the last message (6fdc799)

1.0.0 (2022-11-25)

Features

  • discord: send multiple messages if the changelog is too long (d79e3ca)

0.1.2 (2022-05-31)

Bug Fixes

  • changes: fix the regex to correctly match for the first release (8c6429f)
  • versions: fix the regex to correctly match for the first release (0da21d8)

0.1.1 (2022-05-31)

Bug Fixes

  • changes: use another regex when no changes are found (62ac426)
  • github: use another regex when no changes are found (91950d3)
  • versions: check if we have a previous version before using it (029b4ef)

0.1.0 (2022-05-25)

Features

  • bin: add a new bin to create a release message compatible with GitHub API (dfc734d)

0.0.5 (2022-05-24)

Features

  • actions: add an automatic release action (5589f88)
  • webhook: add axios to call the webhook (830adb9)

0.0.4 (2022-05-24)

Features

  • title: count the number of %s in the message before formatting (317e9f7)

0.0.3 (2022-05-16)

Features

  • cli: add yargs to better manage arguments (1551c25)

Bug Fixes

  • discord: call the webhook only if we have it in the args (4f907f7)
  • discord: remove the Content-Length header (e6ec1fa)

0.0.2 (2022-05-13)

Features

  • discord: send extracted content to the discord API (d31f03c)

0.0.1 (2022-05-13)

Features

  • message: add file location and title as arguments (255f684)
  • message: print the formatted message in the console (5066faf)