Skip to content

Commit e47ad94

Browse files
fix: ignore ci commits
1 parent d74883b commit e47ad94

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/spectral/ipa/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
#### [1.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v0.0.1...1.0.0)
66

7-
- ci(ipa): use release tags for IPA ruleset [`#889`](https://github.com/mongodb/openapi/pull/889)
87
- fix(ipa): Validate both inline and reusable enums [`#890`](https://github.com/mongodb/openapi/pull/890)
98
- feat(ipa): error on unneeded exceptions IPA 117-126 [`#881`](https://github.com/mongodb/openapi/pull/881)
109
- feat(ipa): error on unneeded exceptions IPA 108-114 [`#880`](https://github.com/mongodb/openapi/pull/880)

tools/spectral/ipa/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"hideCredit": true,
4343
"tagPattern": "ipa-validation-ruleset-v\\d+\\.\\d+\\.\\d+",
4444
"tagPrefix": "ipa-validation-ruleset-v",
45+
"ignoreCommitPattern": "^ci.*$",
4546
"hideEmptyReleases" : true,
4647
"contributors": false
4748
}

0 commit comments

Comments
 (0)