.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Dist::Zilla::Plugin::Git 3pm" .TH Dist::Zilla::Plugin::Git 3pm 2024-01-20 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Dist::Zilla::Plugin::Git \- Update your git repository after release .SH VERSION .IX Header "VERSION" version 2.049 .SH DESCRIPTION .IX Header "DESCRIPTION" This set of plugins for Dist::Zilla can do interesting things for module authors using Git () to track their work. .PP You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain features. .ie n .SS "The @Git Bundle" .el .SS "The \f(CW@Git\fP Bundle" .IX Subsection "The @Git Bundle" The most commonly used plugins are part of the \&\f(CW@Git\fR bundle. They are: .IP \(bu 4 Git::Check .Sp Before a release, check that the repo is in a clean state (you have committed your changes). .IP \(bu 4 Git::Commit .Sp After a release, commit updated files. .IP \(bu 4 Git::Tag .Sp After a release, tag the just-released version. .IP \(bu 4 Git::Push .Sp After a release, push the released code & tag to your public repo. .SS "Non-Bundled Plugins" .IX Subsection "Non-Bundled Plugins" The other plugins in this distribution are not included in the \f(CW@Git\fR bundle, either because they conflict with Dist::Zilla's \&\f(CW@Basic\fR bundle or because they have more specialized uses. .IP \(bu 4 Git::CommitBuild .Sp Commits the released files to a separate branch of your repo. .IP \(bu 4 Git::GatherDir .Sp A replacement for Dist::Zilla's standard GatherDir plugin that gathers files based on whether they are tracked by Git (conflicts with \f(CW@Basic\fR because that includes GatherDir). .IP \(bu 4 Git::Init .Sp Can be used in a minting profile () to initialize and configure your Git repo automatically when you do \f(CW\*(C`dzil\ new\*(C'\fR. .IP \(bu 4 Git::NextVersion .Sp Calculates the version number of your distribution from your Git tags using Version::Next. .SH SUPPORT .IX Header "SUPPORT" Bugs may be submitted through the RT bug tracker (or bug\-Dist\-Zilla\-Plugin\-Git@rt.cpan.org ). .PP There is also a mailing list available for users of this distribution, at . .PP There is also an irc channel available for users of this distribution, at \&\f(CW\*(C`#distzilla\*(C'\fR on \f(CW\*(C`irc.perl.org\*(C'\fR . .SH AUTHOR .IX Header "AUTHOR" Jerome Quelin .SH CONTRIBUTORS .IX Header "CONTRIBUTORS" .IP \(bu 4 Christopher J. Madsen .IP \(bu 4 Jérôme Quelin .IP \(bu 4 Karen Etheridge .IP \(bu 4 Kent Fredric .IP \(bu 4 Yanick Champoux .IP \(bu 4 Ricardo Signes .IP \(bu 4 David Golden .IP \(bu 4 Graham Knop .IP \(bu 4 Mike Friedman .IP \(bu 4 Chris Weyl .IP \(bu 4 Stephen R. Scaffidi .IP \(bu 4 Apocalypse .IP \(bu 4 Curtis Jewell .IP \(bu 4 Graham Barr .IP \(bu 4 Mike Doherty .IP \(bu 4 Mikko Koivunalho .IP \(bu 4 Randy Stauner .IP \(bu 4 Alessandro Ghedini .IP \(bu 4 Alexandr Ciornii .IP \(bu 4 Brendan Byrd .IP \(bu 4 Brian Phillips .IP \(bu 4 David Steinbrunner .IP \(bu 4 Geoffrey Broadwell .IP \(bu 4 Harley Pig .IP \(bu 4 Jesse Luehrs .IP \(bu 4 Matt Follett .IP \(bu 4 Michael McClimon .IP \(bu 4 Michael Schout .IP \(bu 4 Nigel Metheringham .IP \(bu 4 Olivier Mengué .IP \(bu 4 Sean Whitton .IP \(bu 4 Tatsuhiko Miyagawa .IP \(bu 4 Tuomas Jormola .SH "COPYRIGHT AND LICENCE" .IX Header "COPYRIGHT AND LICENCE" This software is copyright (c) 2009 by Jerome Quelin. .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.