logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::Plugin::Git::Push - Push current branch

Author

       Jerome Quelin

Description

       Once the release is done, this plugin will push the current git branch to the remote, with the associated
       tags.

       The plugin accepts the following options:

       •   push_to - the name of the a remote to push to. The default is origin.  This may be specified multiple
           times to push to multiple repositories.

       •   remotes_must_exist - if true, then Git::Push checks before a release to ensure that all named remotes
           specified in "push_to" are configured in your repo.  The default is true.  Remotes specified as a URL
           or path are not checked, but will produce a "Will push to %s (not checked)" message.

Name

       Dist::Zilla::Plugin::Git::Push - Push current branch

Support

       Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-
       Zilla-Plugin-Git>      (or      bug-Dist-Zilla-Plugin-Git@rt.cpan.org      <mailto:bug-Dist-Zilla-Plugin-
       Git@rt.cpan.org>).

       There   is   also   a   mailing    list    available    for    users    of    this    distribution,    at
       <http://dzil.org/#mailing-list>.

       There  is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org"
       <irc://irc.perl.org/#distzilla>.

Synopsis

       In your dist.ini:

           [Git::Push]
           push_to = origin       ; this is the default
           push_to = origin HEAD:refs/heads/released ; also push to released branch
           remotes_must_exist = 1 ; this is the default

Version

       version 2.051

See Also