Skip to content

Commit a34839e

Browse files
authored
Merge pull request #199 from refinedmods/release/1.2.0
Release v1.2.0
2 parents d1bfc3c + 3120057 commit a34839e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/validate-changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
required: false
77
type: string
88
default: 'error'
9+
validation-depth:
10+
required: false
11+
type: string
12+
default: '10'
913
jobs:
1014
changelog:
1115
runs-on: ubuntu-latest
@@ -17,6 +21,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)