In the current process we create a release version using semver to allow using it on goreleaser and then recreate the tag manually.
We should have a fully automated workflow with release-template.yml and the goreleaser files that use the custom prefix and doesn't require manual changes.
Consider solutions
- Upgrading to goreleaser pro: this enable monorepo options that allow to directly use a custom prefix for releases
- Add workflow steps to do the tag and release name renaming after it is completed through goreleaser