Skip to content

Commit 9ed8ca6

Browse files
fix: changelog
1 parent 2e911fa commit 9ed8ca6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

tools/spectral/ipa/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
### Changelog
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
<!-- auto-changelog-above -->
6+
7+
#### ipa-validation-ruleset-v0.0.1
8+
9+
> 8 August 2025
10+
11+
First release of IPA Validation Ruleset package.

tools/spectral/ipa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"auto-changelog": "2.5.0"
3737
},
3838
"auto-changelog" : {
39-
"package" : true,
4039
"commitPattern": "[a-z]+\\(ipa\\):",
41-
"startingVersion" : "ipa-validation-ruleset-v0.0.1",
42-
"hideCredit": true,
40+
"startingVersion": "ipa-validation-ruleset-v1.0.0",
41+
"hideCredit": true,
4342
"tagPattern": "ipa-validation-ruleset-v\\d+\\.\\d+\\.\\d+",
43+
"tagPrefix": "ipa-validation-ruleset-v",
4444
"hideEmptyReleases" : true,
4545
"contributors": false
4646
}

0 commit comments

Comments
 (0)