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
feat(actions): add git.prerelease_suffix within .goreleaser.yaml
This change is needed to prevent the prerelease version from being the latest version. The goreleaser GitHub action unfortunately does not enable this setting by default, https://github.com/goreleaser/goreleaser/blob/main/internal/pipe/git/git.go#L311. Therefore, we need to enable this setting because more often than not the prerelease tag is the same commit as the release tag.
Signed-off-by: Casale, Robert <[email protected]>
0 commit comments