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

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' #7941

Conversation

dotnet-maestro-bot
Copy link

I detected changes in the release/8.0.1xx branch which have not been merged yet to release/8.0.3xx. I'm a robot and am configured to help you automatically keep release/8.0.3xx up to date, so I've opened this PR.

This PR merges commits made on release/8.0.1xx by the following committers:

  • v-wuzhai
  • dotnet-maestro[bot]
  • marcpopMSFT
  • joeloff
  • mthalman
  • vseanreesermsft
  • MiYanni

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/8.0.1xx
git pull --ff-only
git checkout release/8.0.3xx
git pull --ff-only
git merge --no-ff release/8.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.1xx-to-release/8.0.3xx
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.1xx-to-release/8.0.3xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0.1xx-to-release/8.0.3xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/8.0.1xx-to-release/8.0.3xx release/8.0.3xx
git pull https://github.com/dotnet-maestro-bot/templating-1 merge/release/8.0.1xx-to-release/8.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.1xx-to-release/8.0.3xx
or if you are using SSH
git checkout -b merge/release/8.0.1xx-to-release/8.0.3xx release/8.0.3xx
git pull git@github.com:dotnet-maestro-bot/templating-1 merge/release/8.0.1xx-to-release/8.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/templating-1 HEAD:merge/release/8.0.1xx-to-release/8.0.3xx

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

joeloff and others added 16 commits April 3, 2024 16:04
* Update to 1ESPT

* feedback
…uild 20240409.3

System.CommandLine
 From Version 2.0.0-beta4.24201.1 -> To Version 2.0.0-beta4.24209.3
…768-7ebf-4459-bb43-56e66992ee62

[release/8.0.1xx] Update dependencies from dotnet/command-line-api
…404.3

Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3
…e19-c3d1-4214-850a-775f9525a10b

[release/8.0.1xx] Update dependencies from dotnet/arcade
…nals build 20240416.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24175.3 -> To Version 8.0.0-alpha.1.24216.1
…ccd-3963-43dd-8be2-5f9dae97d6d7

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…ence-packages build 20240501.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.24163.3 -> To Version 8.0.0-alpha.1.24251.1
…764-59b0-432a-816d-91ca7f28d3b7

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
…2024-05-01-1438

Update branding to 8.0.106
…nals build 20240506.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24216.1 -> To Version 8.0.0-alpha.1.24256.1
…a58-45cc-4b39-8020-dcab62cdbacd

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
@dotnet-maestro-bot dotnet-maestro-bot requested review from GangWang01 and a team as code owners May 7, 2024 02:14
@v-wuzhai v-wuzhai requested a review from mthalman May 7, 2024 08:08
@v-wuzhai
Copy link
Member

v-wuzhai commented May 7, 2024

@marcpopMSFT marcpopMSFT merged commit 2b08038 into dotnet:release/8.0.3xx May 8, 2024
10 checks passed
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.

None yet

7 participants