NAME
Dist::Zilla::Plugin::Git::Check - check your git repository before releasing
VERSION
version 1.100680
SYNOPSIS
In your dist.ini:
[Git::Check]
filename = Changes ; this is the default
DESCRIPTION
This plugin checks that git is in a clean state before releasing. The following checks are performed before releasing:
there should be no files in the index (staged copy)
there should be no untracked files in the working copy
the working copy should be clean. The changelog and dist.ini can be modified locally, though.
If those conditions are not met, the plugin will die, and the release will thus be aborted. This lets you fix the problems before continuing.
The plugin accepts the following options:
filename - the name of your changelog file. defaults to Changes.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.