NAME
Dist::Zilla::Plugin::SVK::Push - push current branch
VERSION
version 0.04
SYNOPSIS
In your dist.ini:
[Git::Push]
push_to = //mirror/project ; this is the default
push_to = origin HEAD:refs/heads/released ; also push to released branch
DESCRIPTION
Once the release is done, this plugin will push current svk branch to remote end, 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.
AUTHOR
Dr Bean <drbean at (a) cpan dot (.) org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Dr Bean.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.