native macOS codings agent orchestrator
6
fork

Configure Feed

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

Use annotated tags for releases to fix --follow-tags

khoi d71f8abf 6179c898

+1 -1
+1 -1
Makefile
··· 143 143 "$(CURRENT_MAKEFILE_DIR)/supacode.xcodeproj/project.pbxproj"; \ 144 144 git add "$(CURRENT_MAKEFILE_DIR)/supacode.xcodeproj/project.pbxproj"; \ 145 145 git commit -m "bump v$$version"; \ 146 - git tag "v$$version"; \ 146 + git tag -a "v$$version" -m "v$$version"; \ 147 147 echo "version bumped to $$version (build $$build), tagged v$$version" 148 148 149 149 bump-and-release: bump-version # Bump version and push tags to trigger release