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 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,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] - 2025-04-05
11+
12+ ### Added
13+
14+ - Added ability to set ` validation-depth ` on the validate changelog action.
15+
1016## [ 1.1.0] - 2025-03-29
1117
1218### Added
@@ -422,7 +428,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
422428- Gradle helpers for Fabric and Forge projects.
423429- CI workflows.
424430
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
426434
427435[ 1.1.0 ] : https://github.com/refinedmods/refinedarchitect/compare/v1.0.0...v1.1.0
428436
You can’t perform that action at this time.
0 commit comments