danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git
55 stars 34 forks source link

Bugzilla with config #28

Closed hrotkogabor closed 9 years ago

hrotkogabor commented 9 years ago

Add a plugin config option to configure the regexp pattern used by bugzilla link converter.

(?:Bug|UPDATE|FIX|ADD|NEW|#) ?#?(\d+)

doc: Regexp pattern to extract the number from the message. The default is: "Bug (\d+)". Group 1 (the number) is used in links, so "?:" must be used any non relevant group, ex.: (?:Bug|UPDATE|FIX|ADD|NEW|#) ?#?(\d+)

danielflower commented 9 years ago

Thanks for the contribution. This has been release in 1.10.0