javascript-studio / studio-changes

📦 Generate a changelog as part of the npm version command
https://medium.com/javascript-studio/nice-and-easy-module-releases-a32c906b564e
MIT License
49 stars 7 forks source link

Add footer with release date and author #20

Closed mantoni closed 6 years ago

mantoni commented 6 years ago

E.g.:

1.2.3

Released by Maximilian Antoni on 2018-07-03.

mantoni commented 6 years ago

This could work like this:

If the GIT_AUTHOR_* values are not available, we could try to fall back to GIT_COMMITTER_* instead.