You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "${VERSION_BUMP}" == "false" && -n "${diff_changelog}" ]]; then
38
38
echo "Error: Changelog should only be updated alongside a version bump. Please restore the changelog."
39
39
exit 1
40
40
fi
41
41
42
-
if [[ "${VERSION_BUMP}" == "true" && -n "${diff_changelog}" ]]; then
43
-
echo "Error: Changelog must be updated alongside a version bump. Please run 'npm run gen-ipa-changelog' from the ipa directory and commit the changes."
44
-
exit 1
45
-
fi
46
-
47
42
npm run gen-ipa-changelog
48
43
49
44
# Check CHANGELOG.md is the generated changelog result
0 commit comments