Skip to content

Commit 9cea227

Browse files
author
Sophia Marie Terry
committed
version bump and changelog config edits
1 parent 7590929 commit 9cea227

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

tools/spectral/ipa/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

tools/spectral/ipa/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/spectral/ipa/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/ipa-validation-ruleset",
3-
"version": "0.0.1-dev1",
3+
"version": "0.0.1",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",
@@ -36,8 +36,13 @@
3636
},
3737
"auto-changelog" : {
3838
"package" : true,
39-
"commitPattern" : "[a-z]+(ipa): ",
40-
"startingVersion" : "0.1.0",
41-
"hideEmptyReleases" : true
39+
"commitPattern": "[a-z]+\\(ipa\\):",
40+
"since" : "2025-08-02",
41+
"hideCredit": true,
42+
"tagPattern": "none",
43+
"hideEmptyReleases" : true,
44+
"unreleasedOnly" : true,
45+
"contributors": false,
46+
"changeCount": 0
4247
}
4348
}

0 commit comments

Comments
 (0)