forked from tomasbjerre/git-changelog-command-line
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.json
27 lines (22 loc) · 911 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
26
27
{
"templatePath": "changelog.json",
"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-command-line",
"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" }
]
}