Dist::Zilla::Plugin::Git(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Git(3pm) |
Dist::Zilla::Plugin::Git - Update your git repository after release
version 2.049
This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<https://git-scm.com>) to track their work.
You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain features.
The most commonly used plugins are part of the @Git bundle. They are:
Before a release, check that the repo is in a clean state (you have committed your changes).
After a release, commit updated files.
After a release, tag the just-released version.
After a release, push the released code & tag to your public repo.
The other plugins in this distribution are not included in the @Git bundle, either because they conflict with Dist::Zilla's @Basic bundle or because they have more specialized uses.
Commits the released files to a separate branch of your repo.
A replacement for Dist::Zilla's standard GatherDir plugin that gathers files based on whether they are tracked by Git (conflicts with @Basic because that includes GatherDir).
Can be used in a minting profile (<http://dzil.org/tutorial/minting-profile.html>) to initialize and configure your Git repo automatically when you do "dzil new".
Calculates the version number of your distribution from your Git tags using Version::Next.
Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-Plugin-Git@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at <http://dzil.org/#mailing-list>.
There is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
Jerome Quelin
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.
2024-01-20 | perl v5.38.2 |