File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
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/data-validation-framework/commit/{id}" ,
8
8
"issueUrl" : " https://github.com/BlueBrain/data-validation-framework/issues/{id}" ,
9
9
"mergeUrl" : " https://github.com/BlueBrain/data-validation-framework/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
+ ## [ 0.7.2] ( https://github.com/BlueBrain/data-validation-framework/compare/0.7.1..0.7.2 )
4
+
5
+ > 22 December 2023
6
+
7
+ ### Fixes
8
+
9
+ - Set ValidationWorkflow as a WrapperTask (Adrien Berchet - [ #54 ] ( https://github.com/BlueBrain/data-validation-framework/pull/54 ) )
10
+
11
+ ### Chores And Housekeeping
12
+
13
+ - Update Copyright date (Adrien Berchet - [ #48 ] ( https://github.com/BlueBrain/data-validation-framework/pull/48 ) )
14
+
15
+ ### CI Improvements
16
+
17
+ - Remove CodeQL (Adrien Berchet - [ #53 ] ( https://github.com/BlueBrain/data-validation-framework/pull/53 ) )
18
+ - (deps) Bump mikepenz/action-junit-report from 3 to 4 (dependabot[ bot] - [ #45 ] ( https://github.com/BlueBrain/data-validation-framework/pull/45 ) )
19
+
3
20
## [ 0.7.1] ( https://github.com/BlueBrain/data-validation-framework/compare/0.7.0..0.7.1 )
4
21
5
- > 7 July 2023
22
+ > 8 July 2023
6
23
7
24
### Build
8
25
You can’t perform that action at this time.
0 commit comments