forked from Praqma/Praqmatic-Automated-Changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_settings.yml
39 lines (36 loc) · 1004 Bytes
/
default_settings.yml
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
31
32
33
34
35
36
37
38
39
:general:
date_template: '%Y-%m-%d'
:strict: false
:templates:
- { location: templates/default_id_report.md, output: ids.md }
- { location: templates/default.md, output: default.md }
- { location: templates/default_html.html, pdf: true, output: default.html }
:task_systems:
-
:name: none
:regex:
- { pattern: '/Issue:\s*(\d+)/i', label: none }
- { pattern: '/Issue:\s*(none)/i', label: none }
- { pattern: '/(#\d+)/', label: none }
- { pattern: '/us:(\d+)/', label: none }
:delimiter: '/,|\s/'
-
:name: jira
:query_string: "http://your.server.hostname/rest/api/latest/issue/#{task_id}"
:usr: "user"
:pw: "password"
:regex:
- { pattern: '/(PRJ-\d+)/i', label: jira }
-
:name: trac
:trac_url: "https://my.trac.site"
:trac_usr: "user"
:trac_pwd: "pass"
:regex:
- { pattern: '/Ticket-(\d+)/i', label: trac }
:vcs:
:type: git
:usr:
:pwd:
:repo_location: '.'
:release_regex: 'tags'