Skip to content

What does goreleaser do and not do? (Gitlab Releases etc) #1834

Closed Answered by caarlos0
tommyalatalo asked this question in Q&A
Discussion options

You must be logged in to vote

GoReleaser only build and publishes things, it doesn't create tags nor handle changelog files inside the repo.

You can run both semantic-release and goreleaser without a issue in theory, goreleaser will leave the changelog with what semantic-release puts there (unless you delete it) and that's pretty much it.

The reasoning is just reducing scope. GoReleaser does a lot of things, and the tagging thing is already resolved by other tools - and a lot of people just do it manually.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by caarlos0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants