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 2fabf79 commit 6f1f357Copy full SHA for 6f1f357
Scripts/Release.sh
@@ -73,7 +73,7 @@ RELEASE_NOTES="$(bash "$SCRIPTS_DIR/ReleaseNotes.sh")"
73
tar -jcf "$EXPORT_PATH/$ASSET_BASE_NAME.zip" -C"$EXPORT_PATH" "$PRODUCT_NAME.app"
74
tar -zcf "$EXPORT_PATH/$ASSET_BASE_NAME.tar.gz" -C"$EXPORT_PATH" "$PRODUCT_NAME.app"
75
git add "$PROJECT_ROOT/Config.xcconfig"
76
-git commit -S -m "chore: bump version to $VERSION [skip ci]"
+git commit -S -m "chore: bump version to $VERSION"
77
git push -q
78
gh release create "$TAG_NAME" -t "$TAG_NAME" \
79
--notes "$RELEASE_NOTES" \
0 commit comments