andrewmriley/logasaurus

Compiles changelog entries

1.0.0 2023-09-26 15:18 UTC

This package is auto-updated.

Last update: 2024-03-26 16:45:47 UTC


README

  1. Composer require
$ composer require andrewmriley/logasaurus
  1. Create a .logasaurus.yml file in the root of your project with the format:
changelogFile: CHANGELOG.md
filesPath: changelogs/unreleased/
finalize: false

How to run:

$ ./vendor/bin/logasaurus generate versionnumber [optional date]

example:

$ logasaurus generate 1.01.00