File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3
3
"template" : " .auto-changelog-template.hbs" ,
4
4
"commitLimit" : false ,
5
5
"backfillLimit" : false ,
6
- "ignoreCommitPattern" : " ^Release:? [0-9]+\\ .[0-9]+\\ .[0-9]+$|^Update CHANGELOG.*|.*\\ [skip-changelog\\ ].*|^\\ [pre-commit.ci\\ ]|^\\ (dependabot\\ ) .*" ,
6
+ "ignoreCommitPattern" : " ^Release:? [0-9]+\\ .[0-9]+\\ .[0-9]+( ? \\ (#[0-9]+ \\ ))? $|^Update CHANGELOG.*|.*\\ [skip-changelog\\ ].*|^\\ [pre-commit.ci\\ ]|^\\ (dependabot\\ ) .*" ,
7
7
"commitUrl" : " https://github.com/BlueBrain/dir-content-diff/commit/{id}" ,
8
8
"issueUrl" : " https://github.com/BlueBrain/dir-content-diff/issues/{id}" ,
9
9
"mergeUrl" : " https://github.com/BlueBrain/dir-content-diff/pull/{id}" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Example Definitions
136
136
- {{ message }} ({{ author }} {{ #if href }} - [#{{ id }} ]({{ href }} ){{ /if }} )
137
137
{{ /commit-list }}
138
138
139
- {{ #commit-list merges heading =' ### General Changes' exclude =' [bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[dD]eprecate:|^[dD]eprecate\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]' }}
139
+ {{ #commit-list merges heading =' ### General Changes' exclude =' [bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild ? \(|^[dD]eprecate:|^[dD]eprecate ? \(|^[fF]eat:|^[fF]eat ? \(|^[fF]ix:|^[fF]ix ? \(|^[cC]hore:|^[cC]hore ? \(|^[cC][iI]:|^[cC][iI] ? \(|^[dD]ocs:|^[dD]ocs ? \(|^[rR]efactor:|^[rR]efactor ? \(|^[tT]est:|^[tT]est ? \(|^[sS]tyle:|^[sS]tyle ? \(|^[pP]erf:|^[pP]erf ? \(|\[skip-changelog\]' }}
140
140
- {{ message }} ({{ author }} {{ #if href }} - [#{{ id }} ]({{ href }} ){{ /if }} )
141
141
{{ /commit-list }}
142
142
@@ -190,7 +190,7 @@ Example Definitions
190
190
- {{ subject }} ({{ author }} {{ #if href }} - [{{ shorthash }} ]({{ href }} ){{ /if }} )
191
191
{{ /commit-list }}
192
192
193
- {{ #commit-list commits heading =' ### General Changes' exclude =' [bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[dD]eprecate:|^[dD]eprecate\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]' }}
193
+ {{ #commit-list commits heading =' ### General Changes' exclude =' [bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild ? \(|^[dD]eprecate:|^[dD]eprecate ? \(|^[fF]eat:|^[fF]eat ? \(|^[fF]ix:|^[fF]ix ? \(|^[cC]hore:|^[cC]hore ? \(|^[cC][iI]:|^[cC][iI] ? \(|^[dD]ocs:|^[dD]ocs ? \(|^[rR]efactor:|^[rR]efactor ? \(|^[tT]est:|^[tT]est ? \(|^[sS]tyle:|^[sS]tyle ? \(|^[pP]erf:|^[pP]erf ? \(|\[skip-changelog\]' }}
194
194
- {{ subject }} ({{ author }} {{ #if href }} - [{{ shorthash }} ]({{ href }} ){{ /if }} )
195
195
{{ /commit-list }}
196
196
Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
2
3
- _commit : 0.1.52
3
+ _commit : 0.1.53
4
4
_src_path :
[email protected] :neuromath/python-template.git
5
5
author_email : ' '
6
6
author_name : Blue Brain Project, EPFL
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.6.0] ( https://github.com/BlueBrain/dir-content-diff/compare/1.5.0..1.6.0 )
4
+
5
+ > 29 January 2024
6
+
7
+ ### New Features
8
+
9
+ - The specific_args can support a 'comparator' entry (Adrien Berchet - [ #48 ] ( https://github.com/BlueBrain/dir-content-diff/pull/48 ) )
10
+
11
+ ### CI Improvements
12
+
13
+ - (deps) Bump mikepenz/action-junit-report from 3 to 4 (dependabot[ bot] - [ #39 ] ( https://github.com/BlueBrain/dir-content-diff/pull/39 ) )
14
+ - (deps) Bump actions/checkout from 3 to 4 (dependabot[ bot] - [ #38 ] ( https://github.com/BlueBrain/dir-content-diff/pull/38 ) )
15
+ - Improve Dependabot config (Adrien Berchet - [ #40 ] ( https://github.com/BlueBrain/dir-content-diff/pull/40 ) )
16
+
3
17
## [ 1.5.0] ( https://github.com/BlueBrain/dir-content-diff/compare/1.4.0..1.5.0 )
4
18
5
19
> 11 May 2023
You can’t perform that action at this time.
0 commit comments