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

Name

sqitch-tag - Create or list tag objects

Synopsis

  sqitch [options] tag
  sqitch [options] tag name
  sqitch [options] tag [-m MESSAGE] name

Description

Tag the latest change in the plan, or list the existing tags. This is useful for preparing for a release. Tags are also required in order to rework a change.

If called with name specified, a list of the current tags will be output.

Options

-n
--note

A brief note describing the tag. The note will be attached to the tag as a comment. Multiple invocations will be concatenated together as separate paragraphs.

Configuration Variables

None currently.

Sqitch

Part of the sqitch suite.