Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correctly set prerelease flag #1085

Conversation

jakobmoellerdev
Copy link
Contributor

What this PR does / why we need it

Currently all releases (even if candidates) were published as the latest release even though they should be marked as prereleases. This changes this by using the correct goreleaser indicator:

  # If set to auto, will mark the release as not ready for production
  # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
  # If set to true, will mark the release as not ready for production.
  # Default: false.

Which issue(s) this PR fixes

Currently all releases (even if candidates) were published as the latest release even though they should be marked as prereleases. This changes this by using the correct goreleaser indicator:

```
  # If set to auto, will mark the release as not ready for production
  # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
  # If set to true, will mark the release as not ready for production.
  # Default: false.
```
@jakobmoellerdev jakobmoellerdev requested a review from a team as a code owner November 13, 2024 12:42
@github-actions github-actions bot added the fix label Nov 13, 2024
@hilmarf hilmarf added this to the 2024-Q4 milestone Nov 13, 2024
@jakobmoellerdev jakobmoellerdev merged commit b387386 into open-component-model:main Nov 13, 2024
17 checks passed
@hilmarf hilmarf added kind/chore chore, maintenance, etc. component/github-actions Changes on GitHub Actions or within `.github/` directory labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/github-actions Changes on GitHub Actions or within `.github/` directory kind/chore chore, maintenance, etc.
Projects
Status: 🔒Closed
Development

Successfully merging this pull request may close these issues.

2 participants