A script that takes a .xlsx file with the following headers:
Product, Version, Date, Features
and squashes each version entry down into markdown.
- Clone the repo
- Run 'npm' install from the terminal
- Use the 'build', 'run' or 'dev' npm scripts
The following is an example of the markdown generated.
- Added a new feature!
- Fixed a bug!
- Added a new feature!
- Initial release.