audio streaming app plyr.fm

chore: mirror to tangled on release (#822)

pushes main and tags to tangled remote after each release

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

authored by zzstoatzz.io

Claude Opus 4.5 and committed by
GitHub
eb550eee d942684f

+4
+4
scripts/release
··· 115 115 116 116 print("✓ production frontend deployment starting...") 117 117 118 + # mirror to tangled 119 + subprocess.run(["git", "push", "tangled", "main", "--tags"], check=True) 120 + print("✓ mirrored to tangled") 121 + 118 122 return 0 119 123 120 124