File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-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/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}" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ module.exports = {
2828 'Revert' ,
2929 'Style' ,
3030 'Test' ,
31+ 'Release' ,
3132 ] ,
3233 ] ,
3334 } ,
You can’t perform that action at this time.
0 commit comments