The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Mercurial::Tag - Tag the new version

VERSION

version 0.03

SYNOPSIS

In your dist.ini:

  [Mercurial::Tag]

DESCRIPTION

This plugin acts both before and after a release.

Before the release, it checks to see that a tag matching the release version does not already exist. If such a tag already exists, that is a fatal error.

After the release, it adds a tag with the released version.

AUTHOR

  Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Dave Rolsky.

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