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

Separate out tasks for each merge in the Prepare Release script #28130

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Oct 1, 2024

So it's easier to see which one failed.

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

@dbkr dbkr added the T-Task Tasks for the team like planning label Oct 1, 2024
@dbkr dbkr marked this pull request as ready for review October 1, 2024 12:56
@dbkr dbkr requested a review from a team as a code owner October 1, 2024 12:56
@dbkr dbkr requested a review from florianduros October 1, 2024 12:56
Comment on lines 88 to 89
git config --global user.email "releases@riot.im"
git config --global user.name "RiotRobot"
Copy link
Member

Choose a reason for hiding this comment

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

Surely these don't need re-doing in each one given they all happen in the same env

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I wasn't 100% sure but now you mention it, yeah, of course it does.

@dbkr dbkr added this pull request to the merge queue Oct 1, 2024
Merged via the queue into develop with commit 3f1a321 Oct 1, 2024
24 checks passed
@dbkr dbkr deleted the dbkr/branch_cut_debug_2 branch October 1, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants