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

chore: fix finalizing the Sentry release #2379

Merged
merged 1 commit into from Dec 2, 2022
Merged

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Dec 2, 2022

By piping to /dev/null we can get rid of this Sentry output:
| (unreleased) | cdktf-cli-0.14.1 | 7 | 7 hours ago |
which was part of status previously (and required the newline replacement).

By grepping for unreleased and inverting the expression, we catch the
expected unreleased release which is the right condition to be able to
finalize the release (the previous one was wrong, as at this time, there
should always have been a release as it is created by an earlier workflow step).

By piping to `/dev/null` we can get rid of this Sentry output:
`| (unreleased) | cdktf-cli-0.14.1        | 7          | 7 hours ago    |`
which was part of `status` previously (and required the newline replacement).

By grepping for `unreleased` and inverting the expression, we catch the
expected unreleased release which is the right condition to be able to
finalize the release (the previous one was wrong, as at this time, there
should always have been a release as it is created by an earlier workflow step).
Copy link
Contributor

@DanielMSchmidt DanielMSchmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ansgarm ansgarm merged commit 3e2f746 into main Dec 2, 2022
@ansgarm ansgarm deleted the fix-sentry-finalize-release branch December 2, 2022 11:52
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants