The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Author::VDB::Hg::Push - Push changes to (remote) repositories

VERSION

Version v0.11.3, released on 2016-12-21 19:58 UTC.

SYNOPSIS

dist.in file:

    [Author::VDB::Hg::Push]
        repository = default    ; This is default.
        repository = remote
        ...

DESCRIPTION

This plugin does AfterRelease role. It pushes changes from the current repository to the (remote) repositories. Multiple repositories can be specified.

OPTIONS

repository

repositories

(Remote) repository name to push changes to. May be repeated multiple times to push changes to several repositories.

AUTHOR

Van de Bugger <van.de.bugger@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2015 Van de Bugger

License GPLv3+: The GNU General Public License version 3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.