File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
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\\ ]" ,
6
+ "ignoreCommitPattern" : " Release:? [0-9]+\\ .[0-9]+\\ .[0-9]+|Update CHANGELOG.*|.*\\ [skip-changelog\\ ].*|\\ [pre-commit.ci\\ ]" ,
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 1
1
# Changelog
2
2
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
+
3
11
## [ 0.6.3] ( https://github.com/BlueBrain/data-validation-framework/compare/0.6.2..0.6.3 )
4
12
5
13
> 12 December 2022
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module.exports = {
26
26
'Perf' ,
27
27
'Refactor' ,
28
28
'Revert' ,
29
+ 'Release' ,
29
30
'Style' ,
30
31
'Test' ,
31
32
] ,
@@ -95,6 +96,11 @@ module.exports = {
95
96
title : 'Reverts' ,
96
97
emoji : '🗑' ,
97
98
} ,
99
+ Release : {
100
+ description : 'Release commit' ,
101
+ title : 'Release' ,
102
+ emoji : '🎉' ,
103
+ } ,
98
104
} ,
99
105
} ,
100
106
scope : {
You can’t perform that action at this time.
0 commit comments