Revision history for Dist::Zilla::Plugin::Git
1.093410 2009-12-07 09:13:07 Europe/Paris
- require file::path 2.07 for remove_tree
1.093300 2009-11-26 11:02:22 Europe/Paris
- new param tag_format for dzp:git:tag (ricardo signes)
1.093260 2009-11-22 11:35:00 Europe/Paris
- using internal release command instead of spawning external dzil
1.093250 2009-11-21 18:35:55 Europe/Paris
- split plugin in DZP::Git::* (Check, Commit, Tag, Push)
- providing a plugin bundle for all git plugins
1.093240 2009-11-20 18:36:28 Europe/Paris
- original release
- git checks before release: index clean, working copy too, no untracked files
- git actions after release: commit changelog, tag, push