Compare commits
No commits in common. "f012489e340dcebd804cf0f3df3348147df73f04" and "ffe113a10c8b184a8b7ea90fbf6b4bc2011cc781" have entirely different histories.
f012489e34
...
ffe113a10c
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,14 +0,0 @@
|
|||||||
# Changelog for [App::Changelord][homepage]
|
|
||||||
|
|
||||||
[homepage]: https://git.babyl.ca/yanick/App-Changelord
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.0.1, 2022-06-25
|
|
||||||
|
|
||||||
* Initial release
|
|
||||||
|
|
||||||
### Statistics
|
|
||||||
|
|
||||||
* code churn: 27 files changed, 1281 insertions(+)
|
|
||||||
|
|
@ -2,14 +2,12 @@
|
|||||||
project:
|
project:
|
||||||
name: App::Changelord
|
name: App::Changelord
|
||||||
homepage: https://git.babyl.ca/yanick/App-Changelord
|
homepage: https://git.babyl.ca/yanick/App-Changelord
|
||||||
with_stats: 1
|
|
||||||
releases:
|
releases:
|
||||||
- version: v0.0.1
|
- version: ~
|
||||||
date: 2022-06-25
|
date: ~
|
||||||
changes:
|
changes:
|
||||||
- Initial release
|
- Initial release
|
||||||
- desc: 'code churn: 27 files changed, 1281 insertions(+)'
|
- desc: Doing the thing
|
||||||
type: stats
|
|
||||||
change_types:
|
change_types:
|
||||||
- keywords:
|
- keywords:
|
||||||
- feat
|
- feat
|
||||||
@ -19,7 +17,3 @@ change_types:
|
|||||||
- fix
|
- fix
|
||||||
level: patch
|
level: patch
|
||||||
title: Bug fixes
|
title: Bug fixes
|
||||||
- keywords:
|
|
||||||
- stats
|
|
||||||
level: patch
|
|
||||||
title: Statistics
|
|
||||||
|
@ -49,7 +49,7 @@ sub as_markdown ($self, $with_next = 1) {
|
|||||||
$output .= join "\n",
|
$output .= join "\n",
|
||||||
map { $self->render_release( $_, $n++ ) }
|
map { $self->render_release( $_, $n++ ) }
|
||||||
grep {
|
grep {
|
||||||
$with_next ? 1 : ( $_->{version} && $_->{version} ne 'NEXT' )
|
$with_next ? 1 : ( $_->{version} && $_->version ne 'NEXT' )
|
||||||
}
|
}
|
||||||
$changelog->{releases}->@*;
|
$changelog->{releases}->@*;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user