NAME
Dist::Zilla::Plugin::GitHub::UploadRelease - Upload the package to GitHub after release
VERSION
version 0.002
SYNOPSIS
Configure git with your GitHub credentials:
git config --global github.user LoginName
git config --global github.password GitHubPassword
Alternatively you can install Config::Identity and write your credentials in the (optionally GPG-encrypted) ~/.github
file as follows:
login LoginName
password GitHubpassword
(if only the login name is set, the password will be asked interactively) then, in your dist.ini:
[GitHub::UploadRelease]
DESCRIPTION
This Dist::Zilla plugin uploads the package archive file after a new release is made with dzil release.
ACKNOWLEGDEMENTS
This module is heavily inspired by Dist::Zilla::Plugin::GitHub::Update. This module is based on their source code and depends on its parent module, Dist::Zilla::Plugin::GitHub.
TODO
In case of any errors, there is no much output.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/zurborg/libdist-zilla-plugin-github-uploadrelease-perl/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
David Zurborg <zurborg@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by David Zurborg.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.