1Dist::Zilla::Plugin::GiUts(e3r)Contributed Perl DocumentDaitsito:n:Zilla::Plugin::Git(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::Git - Update your git repository after release
7

VERSION

9       version 2.048
10

DESCRIPTION

12       This set of plugins for Dist::Zilla can do interesting things for
13       module authors using Git (<https://git-scm.com>) to track their work.
14
15       You need Git 1.5.4 or later to use these plugins.  Some plugins require
16       a more recent version of Git for certain features.
17
18   The @Git Bundle
19       The most commonly used plugins are part of the @Git bundle.  They are:
20
21       •   Git::Check
22
23           Before a release, check that the repo is in a clean state (you have
24           committed your changes).
25
26       •   Git::Commit
27
28           After a release, commit updated files.
29
30       •   Git::Tag
31
32           After a release, tag the just-released version.
33
34       •   Git::Push
35
36           After a release, push the released code & tag to your public repo.
37
38   Non-Bundled Plugins
39       The other plugins in this distribution are not included in the @Git
40       bundle, either because they conflict with Dist::Zilla's @Basic bundle
41       or because they have more specialized uses.
42
43       •   Git::CommitBuild
44
45           Commits the released files to a separate branch of your repo.
46
47       •   Git::GatherDir
48
49           A replacement for Dist::Zilla's standard GatherDir plugin that
50           gathers files based on whether they are tracked by Git (conflicts
51           with @Basic because that includes GatherDir).
52
53       •   Git::Init
54
55           Can be used in a minting profile
56           (<http://dzil.org/tutorial/minting-profile.html>) to initialize and
57           configure your Git repo automatically when you do "dzil new".
58
59       •   Git::NextVersion
60
61           Calculates the version number of your distribution from your Git
62           tags using Version::Next.
63

SUPPORT

65       Bugs may be submitted through the RT bug tracker
66       <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-
67       Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-
68       Plugin-Git@rt.cpan.org>).
69
70       There is also a mailing list available for users of this distribution,
71       at <http://dzil.org/#mailing-list>.
72
73       There is also an irc channel available for users of this distribution,
74       at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
75

AUTHOR

77       Jerome Quelin
78

CONTRIBUTORS

80       •   Christopher J. Madsen <perl@cjmweb.net>
81
82       •   Jérôme Quelin <jquelin@gmail.com>
83
84       •   Karen Etheridge <ether@cpan.org>
85
86       •   Kent Fredric <kentfredric@gmail.com>
87
88       •   Yanick Champoux <yanick@babyl.dyndns.org>
89
90       •   Ricardo Signes <rjbs@cpan.org>
91
92       •   David Golden <dagolden@cpan.org>
93
94       •   Graham Knop <haarg@haarg.org>
95
96       •   Mike Friedman <friedo@friedo.com>
97
98       •   Chris Weyl <cweyl@alumni.drew.edu>
99
100       •   Stephen R. Scaffidi <sscaffid@akamai.com>
101
102       •   Apocalypse <perl@0ne.us>
103
104       •   Curtis Jewell <CSJEWELL@cpan.org>
105
106       •   Graham Barr <gbarr@pobox.com>
107
108       •   Mike Doherty <doherty@cs.dal.ca>
109
110       •   Randy Stauner <randy@magnificent-tears.com>
111
112       •   Alessandro Ghedini <al3xbio@gmail.com>
113
114       •   Alexandr Ciornii <alexchorny@gmail.com>
115
116       •   Brendan Byrd <Perl@ResonatorSoft.org>
117
118       •   Brian Phillips <bphillips@digitalriver.com>
119
120       •   David Steinbrunner <dsteinbrunner@pobox.com>
121
122       •   Geoffrey Broadwell <geoffb@corp.sonic.net>
123
124       •   Harley Pig <harleypig@gmail.com>
125
126       •   Jesse Luehrs <doy@tozt.net>
127
128       •   Matt Follett <matt.follett@gmail.com>
129
130       •   Michael McClimon <michael@mcclimon.org>
131
132       •   Michael Schout <mschout@gkg.net>
133
134       •   Nigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
135
136       •   Olivier Mengué <dolmen@cpan.org>
137
138       •   Sean Whitton <spwhitton@spwhitton.name>
139
140       •   Tatsuhiko Miyagawa <miyagawa@bulknews.net>
141
142       •   Tuomas Jormola <tj@solitudo.net>
143
145       This software is copyright (c) 2009 by Jerome Quelin.
146
147       This is free software; you can redistribute it and/or modify it under
148       the same terms as the Perl 5 programming language system itself.
149
150
151
152perl v5.34.0                      2022-01-21       Dist::Zilla::Plugin::Git(3)
Impressum