You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are talking ci, also worth making a winget too . It’s a good way to update windows machines. Been using it for golang projects .
go released also supports winget .
I tend to not use go releaser but it’s my own bend . I just kind of like having more control , and just have my own templates. It’s also because go releaser can’t do everything , so it’s kind of better to embrace templates so your not blocked inside go releaser .
Actually after using go releaser I don’t like it .
I ended up write my own system that works off a makefile and some golang so I can control it how i need to on laptop and in CI with the exact same makefile doing the work in both places .
Winget is just a template , and a like bit of find / replace . Even that is easy with a makefile and a simple generic golsng find / replace that works of text files .
automate it, because I always forget
possibly with goreleaser?
The text was updated successfully, but these errors were encountered: