The release and pkg-macos-release targets in the Makefile have been updated to automatically include the release-push-tag step. This simplifies the release process by ensuring the Git tag is created and pushed to the remote automatically when running a release build. Developers now only need to call make release TAG=vX.Y.Z instead of manually handling tag creation and pushing.

Streamlined release workflow in Makefile - caiowilson/ClutterCut