mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
GitHub's API has a quirk: if you POST to /releases with a tag_name that already exists as a git tag, it creates an 'untagged' release instead of attaching to the existing tag. The fix is to let the API create both tag and release together.