File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 6
6
required : false
7
7
type : string
8
8
default : ' error'
9
+ validation-depth :
10
+ required : false
11
+ type : string
12
+ default : ' 10'
9
13
jobs :
10
14
changelog :
11
15
runs-on : ubuntu-latest
17
21
with :
18
22
path : ./CHANGELOG.md
19
23
validation_level : ${{ inputs.validation-level }}
24
+ validation_depth : ${{ inputs.validation-depth }}
20
25
- name : Validate if changelog is updated
21
26
uses : dangoslen/changelog-enforcer@v3
22
27
with :
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.0] - 2025-04-05
11
+
12
+ ### Added
13
+
14
+ - Added ability to set ` validation-depth ` on the validate changelog action.
15
+
10
16
## [ 1.1.0] - 2025-03-29
11
17
12
18
### Added
@@ -422,7 +428,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
422
428
- Gradle helpers for Fabric and Forge projects.
423
429
- CI workflows.
424
430
425
- [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v1.1.0...HEAD
431
+ [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v1.2.0...HEAD
432
+
433
+ [ 1.2.0 ] : https://github.com/refinedmods/refinedarchitect/compare/v1.1.0...v1.2.0
426
434
427
435
[ 1.1.0 ] : https://github.com/refinedmods/refinedarchitect/compare/v1.0.0...v1.1.0
428
436
You can’t perform that action at this time.
0 commit comments