Skip to content

Commit c168c00

Browse files
test: should fail
1 parent df0225c commit c168c00

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
diff_changelog=$(git diff origin/main -- CHANGELOG.md || echo "")
3636
37-
echo "Changelog changed: ${diff_changelog}"
37+
echo "Changelog diff: ${diff_changelog}"
3838
3939
if [[ "${VERSION_BUMP}" == "false" && -n "${diff_changelog}" ]]; then
4040
echo "Error: Changelog should only be updated alongside a version bump. Please restore the changelog."

tools/spectral/ipa/CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

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

5-
#### [1.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v0.0.1...1.0.0)
6-
7-
- feat(ipa): error on unneeded exceptions IPA 117-126 [`#881`](https://github.com/mongodb/openapi/pull/881)
8-
- feat(ipa): error on unneeded exceptions IPA 108-114 [`#880`](https://github.com/mongodb/openapi/pull/880)
9-
- feat(ipa): error on unneeded exceptions IPA 105-107 [`#878`](https://github.com/mongodb/openapi/pull/878)
10-
- feat(ipa): error on unneeded exceptions IPA 005-104 [`#877`](https://github.com/mongodb/openapi/pull/877)
11-
- docs(ipa): update ipa readme [`#876`](https://github.com/mongodb/openapi/pull/876)
12-
- ci(ipa): create release tag in IPA ruleset release [`a57e9df`](https://github.com/mongodb/openapi/commit/a57e9df286ae08a241341216b7219ca3201722a8)
13-
- ci(ipa): use release tags for IPA ruleset [`cbdd1f6`](https://github.com/mongodb/openapi/commit/cbdd1f65079632ea5a51671b9a9c7240bef5ce59)
14-
155
<!-- auto-changelog-above -->
166

177
#### ipa-validation-ruleset-v0.0.1

0 commit comments

Comments
 (0)