diff --git a/Scripts/release.sh b/Scripts/release.sh index ad03ffdc..b8876bf1 100644 --- a/Scripts/release.sh +++ b/Scripts/release.sh @@ -14,6 +14,8 @@ podspec-bump -w -i $VERSION git add mParticle-Apple-SDK.podspec git add mParticle_Apple_SDK.json git add CHANGELOG.md +git add mParticle-Apple-SDK/MPIConstants.m +git add Framework/Info.plist git commit -m "chore(release): $VERSION [skip ci] $NOTES"