NAME
Dist::Zilla::Plugin::Changes - Create a changes file
VERSION
version 0.003
SYNOPSIS
In your profile.ini
[Changes]
initial = - Initial release
DESCRIPTION
This is a minting plugin to add a changelog file, meant to be used together with NextRelease.
ATTRIBUTES
filename
This sets the filename of the changelog. It defaults to Changes
.
initial
This is default entry for the initial version. This could be something like - Initial release
. If not set, no such line is added.
indent
This is the indentation used for the initial line, it defaults to 10
, to match the default indentation of NextRelease
. This should only be changed if you override the format
argument to NextRelease
.
AUTHOR
Leon Timmermans <fawaka@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.