Skip to content

Commit

Permalink
Release: 0.6.4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Dec 20, 2022
1 parent 7743f3f commit 9185e68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .auto-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"template": ".auto-changelog-template.hbs",
"commitLimit": false,
"backfillLimit": false,
"ignoreCommitPattern": "Release [0-9]+\\.[0-9]+\\.[0-9]+|Update CHANGELOG.*|.*\\[skip-changelog\\].*|\\[pre-commit.ci\\]",
"ignoreCommitPattern": "Release:? [0-9]+\\.[0-9]+\\.[0-9]+|Update CHANGELOG.*|.*\\[skip-changelog\\].*|\\[pre-commit.ci\\]",
"commitUrl": "https://github.com/BlueBrain/data-validation-framework/commit/{id}",
"issueUrl": "https://github.com/BlueBrain/data-validation-framework/issues/{id}",
"mergeUrl": "https://github.com/BlueBrain/data-validation-framework/pull/{id}",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.4](https://github.com/BlueBrain/data-validation-framework/compare/0.6.3..0.6.4)

> 20 December 2022
### Chores And Housekeeping

- Pin numpy because of an incompatibility with Pandas (Adrien Berchet - [#37](https://github.com/BlueBrain/data-validation-framework/pull/37))

## [0.6.3](https://github.com/BlueBrain/data-validation-framework/compare/0.6.2..0.6.3)

> 12 December 2022
Expand Down
6 changes: 6 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'Perf',
'Refactor',
'Revert',
'Release',
'Style',
'Test',
],
Expand Down Expand Up @@ -95,6 +96,11 @@ module.exports = {
title: 'Reverts',
emoji: '🗑',
},
Release: {
description: 'Release commit',
title: 'Release',
emoji: '🎉',
},
},
},
scope: {
Expand Down

0 comments on commit 9185e68

Please sign in to comment.