-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
1 / 11 of 1 issue completedLabels
Description
This is the main issue tracking #188
Please add labels indicating the release versions eg. 'release/v0'
Please add comments for user issues which this issue addresses.
Description copied from PR:
Related Issue
Addresses #174
Description
Resolves a race condition with the release-candidate workflow and the release workflow.
Goreleaser looks at the latest tag to determine where to place build artifacts.
I created two Goreleaser configs, one for the rc and one for the main release.
The main release run of Goreleaser will now ignore .rc tags and update the last full release with build artifacts.
The rc release of Goreleaser will work as it has before, but not using a different Goreleaser config file.
Testing
actionlint
Not a breaking change.