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
Looks like one option is to use mode: replace in the goreleaser release configuration:
release:
# What to do with the release notes in case there the release already exists.## Valid options are:# - `keep-existing`: keep the existing notes# - `append`: append the current release notes to the existing notes# - `prepend`: prepend the current release notes to the existing notes# - `replace`: replace existing notes## Default is `keep-existing`.mode: replace
If someone pushes a tag, the release works as expected.
If someone creates a release via the GH UI, the goreleaser release fails because the release already exists.
Under quick start:
install catalogd, navigate to the releases page, and follow the install instructions included in the release you want to install.
In the releases page there are instructions for v0.4.1 but nothing for the two latest releases v0.5.0 and v0.6.0.
The text was updated successfully, but these errors were encountered: