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
- Host: GitHub
- URL: https://github.com/vendethiel/changelog.pl6
- Owner: vendethiel
- Created: 2014-04-07T14:45:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T23:17:07.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T08:45:15.977Z (over 1 year ago)
- Topics: changelog, git, perl6
- Language: Perl
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.pl
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")
```