-
-
10 Jul 2021 01:27:44 UTC
- Distribution: Dist-Zilla-Plugin-Git
- Module version: 2.048
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (18)
- Testers (184 / 0 / 0)
- Kwalitee
Bus factor: 3- 89.57% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (73.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 32 contributors- Jerome Quelin
-
Christopher J. Madsen
-
Jรฉrรดme Quelin
-
Kent Fredric
-
Yanick Champoux
-
Ricardo Signes
-
David Golden
-
Graham Knop
-
Mike Friedman
-
Chris Weyl
-
Stephen R. Scaffidi
-
Apocalypse
-
Curtis Jewell
-
Graham Barr
-
Mike Doherty
-
Randy Stauner
-
Alessandro Ghedini
-
Alexandr Ciornii
-
Brendan Byrd
-
Brian Phillips
-
David Steinbrunner
-
Geoffrey Broadwell
-
Harley Pig
-
Jesse Luehrs
-
Matt Follett
-
Michael McClimon
-
Michael Schout
-
Nigel Metheringham
-
Olivier Menguรฉ
-
Sean Whitton
-
Tatsuhiko Miyagawa
-
Tuomas Jormola
- Dependencies
- Cwd
- DateTime
- Dist::Zilla
- Dist::Zilla::Plugin::GatherDir
- Dist::Zilla::Role::AfterBuild
- Dist::Zilla::Role::AfterMint
- Dist::Zilla::Role::AfterRelease
- Dist::Zilla::Role::BeforeRelease
- Dist::Zilla::Role::FilePruner
- Dist::Zilla::Role::GitConfig
- Dist::Zilla::Role::PluginBundle
- Dist::Zilla::Role::VersionProvider
- File::Spec::Functions
- File::Temp
- File::chdir
- Git::Wrapper
- IPC::Open3
- IPC::System::Simple
- List::Util
- Module::Runtime
- Moose
- Moose::Role
- MooseX::Has::Sugar
- Path::Tiny
- String::Formatter
- Try::Tiny
- Type::Utils
- Types::Path::Tiny
- Types::Standard
- Version::Next
- constant
- namespace::autoclean
- strict
- version
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::PluginBundle::Git - All git plugins in one bundle
VERSION
version 2.048
SYNOPSIS
In your dist.ini:
[@Git] changelog = Changes ; this is the default allow_dirty = dist.ini ; see Git::Check... allow_dirty = Changes ; ... and Git::Commit commit_msg = v%V%n%n%c ; see Git::Commit tag_format = v%V ; see Git::Tag tag_message = v%V ; see Git::Tag push_to = origin ; see Git::Push
DESCRIPTION
This is a plugin bundle to load the most common Git plugins. It is equivalent to:
[Git::Check] [Git::Commit] [Git::Tag] [Git::Push]
Any options given are passed through to each plugin. See each plugin's documentation for the options it supports. (Plugins just ignore options they don't understand.)
SEE ALSO
-
Before a release, check that the repo is in a clean state (you have committed your changes).
-
After a release, commit updated files.
-
After a release, tag the just-released version.
-
After a release, push the released code & tag to your public repo.
For a list of Git plugins in this distribution that are not part of this bundle, see Dist::Zilla::Plugin::Git.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.
There is also an irc channel available for users of this distribution, at
#distzilla
onirc.perl.org
.AUTHOR
Jerome Quelin
COPYRIGHT AND LICENCE
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.
Module Install Instructions
To install Dist::Zilla::Plugin::Git, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Git
perl -MCPAN -e shell install Dist::Zilla::Plugin::Git
For more information on module installation, please visit the detailed CPAN module installation guide.