Skip to content

Commit 9185e68

Browse files
Release: 0.6.4 (#38)
1 parent 7743f3f commit 9185e68

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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\\]",
6+
"ignoreCommitPattern": "Release:? [0-9]+\\.[0-9]+\\.[0-9]+|Update CHANGELOG.*|.*\\[skip-changelog\\].*|\\[pre-commit.ci\\]",
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}",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.6.4](https://github.com/BlueBrain/data-validation-framework/compare/0.6.3..0.6.4)
4+
5+
> 20 December 2022
6+
7+
### Chores And Housekeeping
8+
9+
- Pin numpy because of an incompatibility with Pandas (Adrien Berchet - [#37](https://github.com/BlueBrain/data-validation-framework/pull/37))
10+
311
## [0.6.3](https://github.com/BlueBrain/data-validation-framework/compare/0.6.2..0.6.3)
412

513
> 12 December 2022

commitlint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
'Perf',
2727
'Refactor',
2828
'Revert',
29+
'Release',
2930
'Style',
3031
'Test',
3132
],
@@ -95,6 +96,11 @@ module.exports = {
9596
title: 'Reverts',
9697
emoji: '🗑',
9798
},
99+
Release: {
100+
description: 'Release commit',
101+
title: 'Release',
102+
emoji: '🎉',
103+
},
98104
},
99105
},
100106
scope: {

0 commit comments

Comments
 (0)