-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathchangelog.json
More file actions
30 lines (30 loc) · 819 Bytes
/
changelog.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
28
29
30
{
fromRepo: ".",
fromCommit: "0000000000000000000000000000000000000000",
toRef: "refs/heads/master",
ignoreCommitsIfMessageMatches: "^\[maven-release-plugin\].*|^\[Gradle Release Plugin\].*|^Merge.*",
ignoreCommitsWithoutIssue: "true",
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/ArcadeAnalytics/arcadeanalytics",
gitHubIssuePattern: "#([0-9]+)",
customIssues: [
{
name: "Bugs",
pattern: "#bug"
},
{
name: "Features",
pattern: "#feature"
},
{
name: "Enhancement",
pattern: "#enhancement"
}
]
}