forked from tomasbjerre/git-changelog-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.json
25 lines (21 loc) · 866 Bytes
/
changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"fromRepo": ".",
"fromCommit": "0000000000000000000000000000000000000000",
"toRef": "refs/heads/master",
"ignoreCommitsIfMessageMatches": "^\\[maven-release-plugin\\].*|^\\[Gradle Release Plugin\\].*|^Merge.*",
"readableTagName": "/([^/]+?)$",
"dateFormat": "YYYY-MM-dd HH:mm:ss",
"untaggedName": "Next release",
"noIssueName": "Other changes",
"timeZone": "UTC",
"removeIssueFromMessage": "true",
"jiraServer": "https://jiraserver/jira",
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
"gitHubApi": "https://api.github.com/repos/tomasbjerre/git-changelog-lib",
"gitHubIssuePattern": "#([0-9]+)",
"customIssues": [
{ "name": "Incident", "pattern": "INC[0-9]*", "link": "http://inc/${PATTERN_GROUP}" },
{ "name": "CQ", "pattern": "CQ([0-9]+)", "link": "http://cq/${PATTERN_GROUP_1}" },
{ "name": "Bugs", "pattern": "#bug" }
]
}