Add support for Go projects
Closed this issue · 3 comments
kaklakariada commented
Release droid must
- Support language
go
- Identify Go projects based on the
go.mod
file - Use prefix
v
for the version number and tags
ckunki commented
Hello @kaklakariada: Is this issue still relevant?
See tickets
In other words: does RD need to do something in addition to accepting prefix "v" for version numbers?
kaklakariada commented
No. RD must create tags with v
prefix as described in #257.
But this should be the only required change to support Go.