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: update release tag name on pre-releases #147

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

sigilioso
Copy link
Contributor

Updates the pre-release tag name when the pre-release success or fails

@sigilioso sigilioso requested a review from a team April 12, 2024 08:48
@@ -82,3 +92,15 @@ jobs:
slack-bot-user-oauth-access-token: ${{ secrets.COREINT_SLACK_TOKEN }}
slack-channel: ${{ secrets.COREINT_SLACK_CHANNEL }}
slack-text: "❌ `${{ env.ORIGINAL_REPO_NAME }}`: [image release failed](${{ github.server_url }}/${{ env.ORIGINAL_REPO_NAME }}/actions/runs/${{ github.run_id }})."

update-title-on-failure:
Copy link
Member

Choose a reason for hiding this comment

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

don't we need the same for release pipeline?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it makes total sense

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've just updated it here: e2ecfab.

I also considered using a GITHUB_ENV variable to compose the tittle but, I'm not sure if that would have been more complex. Let me know your thoughts.

Copy link
Member

Choose a reason for hiding this comment

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

I think it is clear enough like this, it is just few lines below, therefore I think it is ok without jumping from one side to the other

@sigilioso sigilioso merged commit 387f43a into main Apr 15, 2024
6 checks passed
@sigilioso sigilioso deleted the fix/update-pre-release-title branch April 15, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants