-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ci(release): Move to getsentry/publish for releases #22657
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
Conversation
.github/workflows/release.yml
Outdated
| action: prepare | ||
| version: ${{ env.RELEASE_VERSION }} | ||
| env: | ||
| ZEUS_API_TOKEN: ${{ secrets.ZEUS_API_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we still need the Zeus token here? Isn't Zeus used for publishing, and we're no longer publishing from here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zeus is also to upload artifacts but let me check.
Seems like you are right, I'll axe it too.
chadwhitacre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some q's, no blockers.
Did not test.
A copy of getsentry/sentry#22657 with fixes included
A copy of getsentry/sentry#22657 with fixes included
A copy of getsentry/sentry#22657 with fixes included
A copy of getsentry/sentry#22657 with fixes included
A copy of getsentry/sentry#22657 with fixes included. That said this one is a bit different. We used to use the extra option `no-merge` when publishing to keep the release branches and also keep master on nightly versions. If we want to keep this, we need to add per-project overrides to getsentry/publish which would increase complexity at this early stage for this fringe case. Instead, I opted to follow what getsentry/sentry does: merge but then immediately after that update the version.
No description provided.