native macOS codings agent orchestrator
6
fork

Configure Feed

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

use --follow-tags for single push command

khoi 94543468 d014eb78

+1 -1
+1 -1
Makefile
··· 121 121 echo "version bumped to $$version (build $$build), tagged v$$version" 122 122 123 123 bump-and-release: bump-version # Bump version and push tags to trigger release 124 - git push && git push --tags 124 + git push --follow-tags