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

version 0.03

In your dist.ini:
[Mercurial::Tag]

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.

Dave Rolsky <autarch@urth.org>

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.