An open API service indexing awesome lists of open source software.

https://github.com/vendethiel/changelog.pl6

Generate a changelog from a Git repository
https://github.com/vendethiel/changelog.pl6

changelog git perl6

Last synced: about 2 months ago
JSON representation

Generate a changelog from a Git repository

Awesome Lists containing this project

README

          

Changelog
=========

Generate a changelog from a Git repository

## Run :

```
perl6 changelog.pl > history.md # Generate history

perl6 changelog.pl 9.9.9 > history.md # Specify next version number (instead of "master")
```