This commit adds the configuration for gitea-release-drafter and an corresponding workflow to autoamtically draft release notes on successfull merges to the main branch.
This commit introduces Actions workflows to automate the Continuous
Integration and Continuous Deployment process. It includes:
- A workflow for running build, vet, and test on branch pushes
- A workflow for building and publishing `nighly`binaries and Docker
images upon pull requests being merged into the main branch.
- A workflow for building, and uploading new releases.