1Dist::Zilla::Plugin::GiUts:e:rPuCsohn(t3r)ibuted Perl DoDciusmte:n:tZaitliloan::Plugin::Git::Push(3)
2
3
4
6 Dist::Zilla::Plugin::Git::Push - Push current branch
7
9 version 2.048
10
12 In your dist.ini:
13
14 [Git::Push]
15 push_to = origin ; this is the default
16 push_to = origin HEAD:refs/heads/released ; also push to released branch
17 remotes_must_exist = 1 ; this is the default
18
20 Once the release is done, this plugin will push the current git branch
21 to the remote, with the associated tags.
22
23 The plugin accepts the following options:
24
25 • push_to - the name of the a remote to push to. The default is
26 origin. This may be specified multiple times to push to multiple
27 repositories.
28
29 • remotes_must_exist - if true, then Git::Push checks before a
30 release to ensure that all named remotes specified in "push_to" are
31 configured in your repo. The default is true. Remotes specified
32 as a URL or path are not checked, but will produce a "Will push to
33 %s (not checked)" message.
34
36 Bugs may be submitted through the RT bug tracker
37 <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-
38 Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-
39 Plugin-Git@rt.cpan.org>).
40
41 There is also a mailing list available for users of this distribution,
42 at <http://dzil.org/#mailing-list>.
43
44 There is also an irc channel available for users of this distribution,
45 at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
46
48 Jerome Quelin
49
51 This software is copyright (c) 2009 by Jerome Quelin.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.36.0 2022-07-22 Dist::Zilla::Plugin::Git::Push(3)