The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.07

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

Shlomi Fish <shlomif@cpan.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.