Dist::Zilla::Plugin::GitHub::UploadRelease - Upload the package to GitHub after release
version 0.002
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:
~/.github
login LoginName password GitHubpassword
(if only the login name is set, the password will be asked interactively) then, in your dist.ini:
[GitHub::UploadRelease]
This Dist::Zilla plugin uploads the package archive file after a new release is made with dzil release.
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.
In case of any errors, there is no much output.
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.
David Zurborg <zurborg@cpan.org>
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.
To install Dist::Zilla::Plugin::GitHub::UploadRelease, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::GitHub::UploadRelease
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::GitHub::UploadRelease
For more information on module installation, please visit the detailed CPAN module installation guide.