From 9cfba65846925e0c3ed4846bfe74af8431ee1021 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 20 Oct 2025 11:22:31 +0200 Subject: [PATCH 1/2] fixup! Adding winget workflows release-winget: surface the opened PR's URL more prominently By prefixing the line with `::notice::`, the result will not only be printed in the (not very long retained) job logs, but also on the summary page of the workflow run. Signed-off-by: Johannes Schindelin --- .github/workflows/release-winget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-winget.yml b/.github/workflows/release-winget.yml index 80d5cd828f4106..708cf654198d76 100644 --- a/.github/workflows/release-winget.yml +++ b/.github/workflows/release-winget.yml @@ -78,5 +78,6 @@ jobs: # Submit the manifest to the winget-pkgs repository $manifestDirectory = "$PWD\manifests\m\Microsoft\Git\$version" + Write-Host -NoNewLine "::notice::Submitting ${env:TAG_NAME} to winget... " .\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manifestDirectory shell: powershell From b7d34aa9a3ca0cdd11230d1c76172d3edb568ba9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 20 Oct 2025 11:32:20 +0200 Subject: [PATCH 2/2] fixup! homebrew: add GitHub workflow to release Cask release-homebrew: surface the opened PR's URL more prominently By prefixing the line with `::notice::`, the result will not only be printed in the (not very long retained) job logs, but also on the summary page of the workflow run. This has been done in https://github.com/mjcheetham/update-homebrew/pull/20, the result of which has been tagged as v1.5. Signed-off-by: Johannes Schindelin --- .github/workflows/release-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-homebrew.yml b/.github/workflows/release-homebrew.yml index e00b90d8c07579..febd8e5579b15b 100644 --- a/.github/workflows/release-homebrew.yml +++ b/.github/workflows/release-homebrew.yml @@ -40,7 +40,7 @@ jobs: sed s/^/result=/ >$GITHUB_OUTPUT && rm token - name: Update scalar Cask - uses: mjcheetham/update-homebrew@v1.4 + uses: mjcheetham/update-homebrew@v1.5 with: token: ${{ steps.token.outputs.result }} tap: microsoft/git