We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae289ce commit b8cbd5eCopy full SHA for b8cbd5e
.github/workflows/ipa-changelog.yml
@@ -33,6 +33,8 @@ jobs:
33
VERSION_BUMP: ${{ steps.version_check.outputs.version_changed }}
34
run: |
35
diff_changelog=$(git diff origin/main -- tools/spectral/ipa/CHANGELOG.md || echo "")
36
+
37
+ echo "Changelog changed: ${diff_changelog}"
38
39
if [[ "${VERSION_BUMP}" == "false" && -n "${diff_changelog}" ]]; then
40
echo "Error: Changelog should only be updated alongside a version bump. Please restore the changelog."
0 commit comments