Skip to content

madsen/dist-zilla-plugin-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Dist::Zilla::Plugin::Git - update your git repository after release

VERSION

version 2.036

DESCRIPTION

This set of plugins for Dist::Zilla can do interesting things for module authors using Git (http://git-scm.com) to track their work.

You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain features.

The @Git Bundle

The most commonly used plugins are part of the @Git bundle. They are:

  • Git::Check

    Before a release, check that the repo is in a clean state (you have committed your changes).

  • Git::Commit

    After a release, commit updated files.

  • Git::Tag

    After a release, tag the just-released version.

  • Git::Push

    After a release, push the released code & tag to your public repo.

Non-Bundled Plugins

The other plugins in this distribution are not included in the @Git bundle, either because they conflict with Dist::Zilla's @Basic bundle or because they have more specialized uses.

SEE ALSO

You can look for information on this module at:

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

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.

About

dist::zilla plugin to update your git repository after release

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 99.0%
  • Other 1.0%