Skip to content

Commit 3a6d58e

Browse files
committed
Adding example with github as custom issue
1 parent 0d37036 commit 3a6d58e

File tree

1 file changed

+5
-0
lines changed
  • git-changelog-maven-plugin-example

1 file changed

+5
-0
lines changed

git-changelog-maven-plugin-example/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ Changelog of Git Changelog Maven plugin.
214214
</goals>
215215
<configuration>
216216
<customIssues>
217+
<customIssue>
218+
<name>GitHub</name>
219+
<pattern>#([0-9]*)</pattern>
220+
<link>https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/${PATTERN_GROUP_1}</link>
221+
</customIssue>
217222
<customIssue>
218223
<name>Incident</name>
219224
<pattern>INC[0-9]*</pattern>

0 commit comments

Comments
 (0)