-
Notifications
You must be signed in to change notification settings - Fork 4
/
template.config.yml
52 lines (49 loc) · 1.31 KB
/
template.config.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
40
41
42
43
44
45
46
47
48
49
50
contributors:
contributor_list:
- emails:
handle: GigiGeniveve
- email: [email protected]
handle: OlafIsEvil
contributor_handle_prefix: '@'
format:
delimiters:
input:
left: '['
right: ']'
output:
left: '|'
right: '|'
footer: |
### Timeline
- Begin development:
- Feature cut-off / Start of bake / dogfooding:
- Submission:
- Release (expected):
- Release (actual):
format_string: ' - << tags >> << message >> - << commit_type_hyperlink >> - << contributor_handle
>>'
header: null
section_infos:
- format_string: ' - << tags >> << message >> - << commit_type_hyperlink >> - <<
contributor_handle >>'
capitalizes_message: false
excluded: false
tags:
- '*'
title: Features
- format_string: ' - << tags >> << message >> - << commit_type_hyperlink >> - <<
contributor_handle >>'
capitalizes_message: false
excluded: false
tags:
- bug fix
- bug
- bugfix
title: Bug Fixes
git:
branch_prefix: origin/releases/ ## Defaults to ""
repo_base_url: https://github.com/org/repo ## Configure to follow your convention
resolution_commands:
build_number: /usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list $NEW_VERSION --count'