Skip to content

Commit f5f3b98

Browse files
Release: 1.3.0 (#24)
1 parent 174f646 commit f5f3b98

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.auto-changelog

+1-1
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/dir-content-diff/commit/{id}",
88
"issueUrl": "https://github.com/BlueBrain/dir-content-diff/issues/{id}",
99
"mergeUrl": "https://github.com/BlueBrain/dir-content-diff/pull/{id}",

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/BlueBrain/dir-content-diff/compare/1.2.0..1.3.0)
4+
5+
> 19 December 2022
6+
7+
### Chores And Housekeeping
8+
9+
- Use pdf_similar from diff_pdf_visually instead of pdfdiff (Adrien Berchet - [#22](https://github.com/BlueBrain/dir-content-diff/pull/22))
10+
11+
### CI Improvements
12+
13+
- Apply Copier template (Adrien Berchet - [#23](https://github.com/BlueBrain/dir-content-diff/pull/23))
14+
315
## [1.2.0](https://github.com/BlueBrain/dir-content-diff/compare/1.1.0..1.2.0)
416

517
> 30 August 2022

commitlint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'Revert',
2929
'Style',
3030
'Test',
31+
'Release',
3132
],
3233
],
3334
},

0 commit comments

Comments
 (0)