The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::PluginBundle::GitFlow - all git-flow plugins in one go

VERSION

version 0.010

SYNOPSIS

In your dist.ini:

    [@GitFlow]

If you want to change first_version:

    [@GitFlow]
    first_version = 0.0.1

DESCRIPTION

This is a plugin bundle to load git-flow and git plugins. It is equivalent to:

    [GitFlow::NextVersion]
    [GitFlow::NextRelease]
    [Git::Check]
    [Git::Commit]
    commit_msg = Bump up to v%v%n%n%c ; default

It uses Dist::Zilla::Plugin::GitFlow::NextRelease and Dist::Zilla::Plugin::GitFlow::NexvVersion rather than Dist::Zilla::Plugin::NextRelease and Dist::Zilla::Plugin::NextVersion.

It includes the following plugins with their default configuration except Git::Commit:

AUTHOR

Keedi Kim - 김도형 <keedi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Keedi Kim.

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