fix typo
This commit is contained in:
parent
ba2ba193cc
commit
f012489e34
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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(+)
|
||||||
|
|
@ -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