| Line | |
|---|
| 1 | package ShipIt::Step::CommitMessageWrap; |
|---|
| 2 | |
|---|
| 3 | use strict; |
|---|
| 4 | use warnings; |
|---|
| 5 | our $VERSION = '0.01'; |
|---|
| 6 | |
|---|
| 7 | 1; |
|---|
| 8 | __END__ |
|---|
| 9 | |
|---|
| 10 | =head1 NAME |
|---|
| 11 | |
|---|
| 12 | ShipIt::Step::CommitMessageWrap - commit message wrapping format to shipit version control |
|---|
| 13 | |
|---|
| 14 | =head1 SYNOPSIS |
|---|
| 15 | |
|---|
| 16 | None. |
|---|
| 17 | |
|---|
| 18 | =head1 DESCRIPTION |
|---|
| 19 | |
|---|
| 20 | this module is quick hack to commit method in ShipIt::VC module. |
|---|
| 21 | commit message it makes your free wrapping format to version control. |
|---|
| 22 | |
|---|
| 23 | =head1 CONFIGURATION |
|---|
| 24 | |
|---|
| 25 | In the .shipit file: |
|---|
| 26 | |
|---|
| 27 | commitmessagewrap.format = before %dist %msg after |
|---|
| 28 | |
|---|
| 29 | tagging log ( in Foo:Bar::Baz module ): |
|---|
| 30 | |
|---|
| 31 | before Foo-Bar-Baz Tagging version '$ver' using shipit. after |
|---|
| 32 | |
|---|
| 33 | =head1 AUTHOR |
|---|
| 34 | |
|---|
| 35 | Kazuhiro Osawa E<lt>ko@yappo.ne.jpE<gt> |
|---|
| 36 | |
|---|
| 37 | =head1 SEE ALSO |
|---|
| 38 | |
|---|
| 39 | =head1 LICENSE |
|---|
| 40 | |
|---|
| 41 | This library is free software; you can redistribute it and/or modify |
|---|
| 42 | it under the same terms as Perl itself. |
|---|
| 43 | |
|---|
| 44 | =cut |
|---|