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 33 "template" : " .auto-changelog-template.hbs" ,
44 "commitLimit" : false ,
55 "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\\ ) .*" ,
77 "commitUrl" : " https://github.com/BlueBrain/data-validation-framework/commit/{id}" ,
88 "issueUrl" : " https://github.com/BlueBrain/data-validation-framework/issues/{id}" ,
99 "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
136136 - {{ message }} ({{ author }} {{ #if href }} - [#{{ id }} ]({{ href }} ){{ /if }} )
137137 {{ /commit-list }}
138138
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\]' }}
140140 - {{ message }} ({{ author }} {{ #if href }} - [#{{ id }} ]({{ href }} ){{ /if }} )
141141 {{ /commit-list }}
142142
@@ -190,7 +190,7 @@ Example Definitions
190190 - {{ subject }} ({{ author }} {{ #if href }} - [{{ shorthash }} ]({{ href }} ){{ /if }} )
191191 {{ /commit-list }}
192192
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\]' }}
194194 - {{ subject }} ({{ author }} {{ #if href }} - [{{ shorthash }} ]({{ href }} ){{ /if }} )
195195 {{ /commit-list }}
196196
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
22
3- _commit : 0.1.52
3+ _commit : 0.1.53
44_src_path :
[email protected] :neuromath/python-template.git55author_email : ' '
66author_name : Blue Brain Project, EPFL
Original file line number Diff line number Diff line change 11# Changelog
22
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+
320## [ 0.7.1] ( https://github.com/BlueBrain/data-validation-framework/compare/0.7.0..0.7.1 )
421
5- > 7 July 2023
22+ > 8 July 2023
623
724### Build
825
You can’t perform that action at this time.
0 commit comments