NAME

Dist::Zilla::PluginBundle::GitLab - Access GitLab functionality to maintain distros from Dist::Zilla

VERSION

version 1.0002

SYNOPSIS

Configure git with your GitLab credentials:

$ git config --global gitlab.user LoginName
$ git config --global gitlab.token AccessToken

Alternatively you can install Config::Identity and write your credentials in the (optionally GPG-encrypted) ~/.gitlab file as follows:

login LoginName
token AccessToken

Set up an access token on GitLab, in your profile under "Personal Access Tokens." You must grant the token the api scope!

then, in your dist.ini:

[@GitLab]
repo = SomeRepo

DESCRIPTION

This bundle automatically adds the plugins GitLab::Meta and GitLab::Update.

ATTRIBUTES

SEE ALSO

Dist::Zilla::Plugin::GitLab::Meta, Dist::Zilla::Plugin::GitLab::Update

ACKNOWLEDGEMENTS

Alessandro Ghedini alexbio@cpan.org made Dist::Zilla::PluginBundle::GitLab from which this module is created. Much of the underlying code is from that module.

AUTHOR

D Ruth Holloway ruth@hiruthie.me

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by D Ruth Holloway.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.