File tree 3 files changed +14
-1
lines changed
3 files changed +14
-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/dir-content-diff/commit/{id}" ,
8
8
"issueUrl" : " https://github.com/BlueBrain/dir-content-diff/issues/{id}" ,
9
9
"mergeUrl" : " https://github.com/BlueBrain/dir-content-diff/pull/{id}" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 1.2.0] ( https://github.com/BlueBrain/dir-content-diff/compare/1.1.0..1.2.0 )
4
16
5
17
> 30 August 2022
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ module.exports = {
28
28
'Revert' ,
29
29
'Style' ,
30
30
'Test' ,
31
+ 'Release' ,
31
32
] ,
32
33
] ,
33
34
} ,
You can’t perform that action at this time.
0 commit comments