NAME
ShipIt::Step::CommitMessageWrap - commit message wrapping format to shipit version control
SYNOPSIS
None.
DESCRIPTION
this module is quick hack to commit and tag_version method in ShipIt::VC module. commit message it makes your free wrapping format to version control.
CONFIGURATION
In the .shipit file:
commit_message.format = before %msg after
tagging log:
before Tagging version '$ver' using shipit. after
AUTHOR
Kazuhiro Osawa <ko@yappo.ne.jp>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.