Dist::Zilla::Plugin::Git::Push
push current branch
push current branch
version 2.025
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
Once the release is done, this plugin will push current git branch to remote end, with the associated tags.
The plugin accepts the following options:
Jerome Quelin
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.