goreleaser with go-semantic-release ? #1626
iangregsondev
started this conversation in
General
Replies: 2 comments 2 replies
-
never used I do use one small tool I crafted years ago (https://github.com/caarlos0/svu) which only informs me of what the next tag should be... so my workflow is something like: git tag `svu next`
git push --tags and wait for the CI to run... |
Beta Was this translation helpful? Give feedback.
2 replies
-
@iangregsondev https://github.com/go-semantic-release/hooks-goreleaser seems like you can use this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I was wondering if anybody is using the workflow of
Not to sure if these 2 can be used together but this was my thinking (I am already using semantic release for frontend projects).
go-semantic-release supports conventional commits - so it can be used to decide on the version and "TAG"
goreleaser then would run and pickup the newly created tag.
goreleaser would be responsible for publishing docker images etc.
I would really love to hear if anybody is using this flow or a similar flow.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions