Skip to content

Commit 407a510

Browse files
author
Enda Phelan
committed
chore: restore chglog config
1 parent 1f7c7c0 commit 407a510

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

.chglog/config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
style: github
2+
template: CHANGELOG.tpl.md
3+
info:
4+
title: CHANGELOG
5+
repository_url: https://github.com/craicoverflow/install-git-chglog
6+
options:
7+
tag_filter_pattern: '^v[0-9]+\.[0-9]+\.[0-9]+$'
8+
commits:
9+
filters:
10+
Type:
11+
- feat
12+
- fix
13+
- perf
14+
commit_groups:
15+
title_maps:
16+
feat: Features
17+
fix: Bug Fixes
18+
perf: Performance Improvements
19+
refactor: Code Refactoring
20+
header:
21+
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
22+
pattern_maps:
23+
- Type
24+
- Scope
25+
- Subject
26+
notes:
27+
keywords:
28+
- BREAKING CHANGE

.github/workflows/changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 1
1315

14-
- name: Fetch changes
15-
run: git fetch origin --prune --tags --unshallow
16-
1716
-
1817
name: Install git-chglog
1918
uses: craicoverflow/[email protected]

0 commit comments

Comments
 (0)