.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" 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 .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . 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 .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Dist::Zilla::Plugin::Git 3pm" .TH Dist::Zilla::Plugin::Git 3pm "2018-07-31" "perl v5.26.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.045 .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 \s-1RT\s0 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 . .PP I am also usually active on irc, as 'ether' at \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 Mike Friedman .IP "\(bu" 4 Graham Knop .IP "\(bu" 4 Chris Weyl .IP "\(bu" 4 Stephen R. Scaffidi .IP "\(bu" 4 Randy Stauner .IP "\(bu" 4 Graham Barr .IP "\(bu" 4 Apocalypse .IP "\(bu" 4 Mike Doherty .IP "\(bu" 4 Nigel Metheringham .IP "\(bu" 4 Olivier Mengué .IP "\(bu" 4 Tatsuhiko Miyagawa .IP "\(bu" 4 Tuomas Jormola .IP "\(bu" 4 Alessandro Ghedini .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 Brendan Byrd .IP "\(bu" 4 Alexandr Ciornii .IP "\(bu" 4 Matt Follett .IP "\(bu" 4 Michael Schout .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.