1Dist::Zilla::PluginBundUlsee:r:GCiotn(t3r)ibuted Perl DoDciusmte:n:tZaitliloan::PluginBundle::Git(3)
2
3
4
6 Dist::Zilla::PluginBundle::Git - All git plugins in one bundle
7
9 version 2.046
10
12 In your dist.ini:
13
14 [@Git]
15 changelog = Changes ; this is the default
16 allow_dirty = dist.ini ; see Git::Check...
17 allow_dirty = Changes ; ... and Git::Commit
18 commit_msg = v%V%n%n%c ; see Git::Commit
19 tag_format = v%V ; see Git::Tag
20 tag_message = v%V ; see Git::Tag
21 push_to = origin ; see Git::Push
22
24 This is a plugin bundle to load the most common Git plugins. It is
25 equivalent to:
26
27 [Git::Check]
28 [Git::Commit]
29 [Git::Tag]
30 [Git::Push]
31
32 Any options given are passed through to each plugin. See each plugin's
33 documentation for the options it supports. (Plugins just ignore
34 options they don't understand.)
35
37 · Git::Check
38
39 Before a release, check that the repo is in a clean state (you have
40 committed your changes).
41
42 · Git::Commit
43
44 After a release, commit updated files.
45
46 · Git::Tag
47
48 After a release, tag the just-released version.
49
50 · Git::Push
51
52 After a release, push the released code & tag to your public repo.
53
54 For a list of Git plugins in this distribution that are not part of
55 this bundle, see Dist::Zilla::Plugin::Git.
56
58 Bugs may be submitted through the RT bug tracker
59 <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-
60 Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-
61 Plugin-Git@rt.cpan.org>).
62
63 There is also a mailing list available for users of this distribution,
64 at <http://dzil.org/#mailing-list>.
65
66 There is also an irc channel available for users of this distribution,
67 at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
68
70 Jerome Quelin
71
73 This software is copyright (c) 2009 by Jerome Quelin.
74
75 This is free software; you can redistribute it and/or modify it under
76 the same terms as the Perl 5 programming language system itself.
77
78
79
80perl v5.30.1 2020-01-29 Dist::Zilla::PluginBundle::Git(3)