Skip to content

feat: add job summary with version update details to auto-update workflow#4

Merged
KennethHoff merged 2 commits intomasterfrom
copilot/update-github-action-workflow
Mar 9, 2026
Merged

feat: add job summary with version update details to auto-update workflow#4
KennethHoff merged 2 commits intomasterfrom
copilot/update-github-action-workflow

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

The auto-update workflow ran silently — no visibility into what changed across channels per run.

Changes

  • Capture old versions — new step reads each channel's version from versions.nix into env vars before update.sh runs
  • Generate job summary — new step writes a $GITHUB_STEP_SUMMARY Markdown report after the update covering each channel (stable, staging, dev):
    • Version diff table (OldNew), or "no update" if unchanged
    • Release Notes — fetched from dotnet/aspire GitHub Releases if a matching tag exists (v{version} or {version})
    • Commit Diff — per-commit list + compare link from dotnet/aspire compare API if both old and new version tags resolve; reuses the tag format confirmed during release notes lookup to minimise API calls

All API calls degrade gracefully — sections are omitted when no data is found.

Example output

## Aspire CLI Version Update Summary

### Channel: `stable`
No update. Current version: `13.1.2-preview.1.26125.13`

### Channel: `staging`
| | Version |
| --- | --- |
| **Old** | `13.2.0-preview.1.26158.5` |
| **New** | `13.2.0-preview.1.26158.6` |

#### Release Notes
[View on GitHub](https://github.com/dotnet/aspire/releases/...)
...

#### Commit Diff
[View full diff on GitHub](https://github.com/dotnet/aspire/compare/...)
- [`abc1234`](https://github.com/...) fix: some bug fix

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update GitHub action workflow for job summary outputs feat: add job summary with version update details to auto-update workflow Mar 9, 2026
Copilot AI and others added 2 commits March 9, 2026 12:21
…flow

Co-authored-by: KennethHoff <17124533+KennethHoff@users.noreply.github.com>
@KennethHoff KennethHoff force-pushed the copilot/update-github-action-workflow branch from 2955440 to 4b46692 Compare March 9, 2026 11:21
@KennethHoff KennethHoff marked this pull request as ready for review March 9, 2026 11:22
@KennethHoff KennethHoff merged commit 2812c66 into master Mar 9, 2026
1 check 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.

2 participants