File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 66 required : false
77 type : string
88 default : ' error'
9+ validation-depth :
10+ required : false
11+ type : string
12+ default : ' 10'
913jobs :
1014 changelog :
1115 runs-on : ubuntu-latest
1721 with :
1822 path : ./CHANGELOG.md
1923 validation_level : ${{ inputs.validation-level }}
24+ validation_depth : ${{ inputs.validation-depth }}
2025 - name : Validate if changelog is updated
2126 uses : dangoslen/changelog-enforcer@v3
2227 with :
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Added ability to set ` validation-depth ` on the validate changelog action.
13+
1014## [ 1.1.0] - 2025-03-29
1115
1216### Added
You can’t perform that action at this time.
0 commit comments