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 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}" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments