Skip to content

Commit d3206bb

Browse files
Release: 0.7.2 (#55)
1 parent de42337 commit d3206bb

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.auto-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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}",

.auto-changelog-template.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
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

0 commit comments

Comments
 (0)