UNPKG

1.34 kBPlain TextView Raw
1{
2 "app_name": "",
3 "logo": "",
4 "intro": "",
5 "branch" : "development",
6 "repo_url": "https://github.com/Unitech/pm2",
7 "version_name" : "3.0.0",
8 "tag": "2.10.4",
9 "file": "currentTagChangelog.md",
10 "template": "changelogTemplate.md",
11 "sections": [
12 {
13 "title": "Bug Fixes",
14 "grep": "^fix"
15 },
16 {
17 "title": "Hot Fixes",
18 "grep": "^hotfix"
19 },
20 {
21 "title": "Features",
22 "grep": "^feat"
23 },
24 {
25 "title": "Documentation",
26 "grep": "^docs"
27 },
28 {
29 "title": "Breaking changes",
30 "grep": "BREAKING"
31 },
32 {
33 "title": "Refactor",
34 "grep": "^refactor"
35 },
36 {
37 "title": "Performance improvement",
38 "grep": "^perf"
39 },
40 {
41 "title": "Style",
42 "grep": "^style"
43 },
44 {
45 "title": "Test",
46 "grep": "^test"
47 },
48 {
49 "title": "Chore",
50 "grep": "^chore"
51 },
52 {
53 "title": "Branchs merged",
54 "grep": "^Merge branch"
55 },
56 {
57 "title" : "Pull requests merged",
58 "grep": "^Merge pull request"
59 }
60 ]
61}