Set up GNOME Release Service job
Create a source with a predefined name (including a git hash), and allow the release service to pick it up.
A release will be made if:
- The commit is tagged
- The tag is set on a protected branch (
main
in our case).
Fixes #667 (closed)