Use GitHub Actions to initiate releases.
Currently, the release process is initiated via shell scripts that are executed on engineer's computers.
Moving that to GitHub Actions would have a number of benefits:
- Reducing the number of manual steps
- Reducing reliance on desktop configurations
- Increasing release auditability
- Centralized secrets management
- Easier integration with GitHub services