Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 572 Bytes

product-release-notes

A script that takes a .xlsx file with the following headers:

Product, Version, Date, Features

and squashes each version entry down into markdown.

Getting started

  • Clone the repo
  • Run 'npm' install from the terminal
  • Use the 'build', 'run' or 'dev' npm scripts

Example

The following is an example of the markdown generated.

V2.0.0 (April 2023)

Features

  • Added a new feature!

Bugfixes

  • Fixed a bug!

V1.5.1 (November 2022)

Features

  • Added a new feature!

V1.0.0 (November 2021)

Features

  • Initial release.