native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sign tags with SSH key in bump-version

khoi 91a12a8d a6af5b7f

+1 -1
+1 -1
Makefile
··· 119 119 "$(CURRENT_MAKEFILE_DIR)/supacode.xcodeproj/project.pbxproj"; \ 120 120 git add "$(CURRENT_MAKEFILE_DIR)/supacode.xcodeproj/project.pbxproj"; \ 121 121 git commit -m "bump v$$version"; \ 122 - git tag -a "v$$version" -m "v$$version"; \ 122 + git tag -s "v$$version" -m "v$$version"; \ 123 123 echo "version bumped to $$version (build $$build), tagged v$$version" 124 124 125 125 bump-and-release: bump-version # Bump version and push tags to trigger release