Skip to content

Commit 3dbd771

Browse files
committed
Refine release provenance note formatting
- Replace verbose section with a compact NOTE callout - Add generate-release-notes for per-release changelog - Reorder verify command to end with the filename for easier copy-paste
1 parent 35b629e commit 3dbd771

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@ jobs:
3333
uses: softprops/action-gh-release@v2
3434
with:
3535
files: bin/*.zip
36+
generate-release-notes: true
3637
body: |
37-
## Verify provenance
38-
39-
The release zip is built and signed via GitHub Actions. Verify with the [GitHub CLI](https://cli.github.com/):
40-
41-
```
42-
gh attestation verify <XrmTypeScript-vX.X.X-bin.zip> --repo Mosh-K/XrmTypeScript
43-
```
44-
45-
[View attestations](https://github.com/Mosh-K/XrmTypeScript/attestations)
38+
> [!NOTE]
39+
> The release zip is built and signed via GitHub Actions.
40+
>
41+
> Verify with the [GitHub CLI](https://cli.github.com/):
42+
> `gh attestation verify --repo Mosh-K/XrmTypeScript <XrmTypeScript-vX.X.X-bin.zip>`

0 commit comments

Comments
 (0)