Skip to content

Commit

Permalink
Include the commit SHA in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Dec 2, 2023
1 parent 26b85aa commit 1fb65e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/PRERELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Here you will find the build artifacts for the last successful build of the master branch of the Plasma repository. These builds are automatically generated and are not tested. They may include bugs, errors, and partially-completed work.
**These are made available for you to use at your own risk.**

> [!IMPORTANT]
> This build corresponds to commit @@COMMIT_SHA@@
For Age building and development activities, use an **Internal** client.

The client for Linux is not functional at this time, but other tools should run as expected.
Expand Down Expand Up @@ -38,3 +41,5 @@ Linux Clients & Tools
* Max 2019: `plasma-windows-x64-max-2019.zip`
* Max 2020: `plasma-windows-x64-max-2020.zip`
* Max 2022: `plasma-windows-x64-internal-release.zip`
* Max 2023: `plasma-windows-x64-max-2023.zip`
* Max 2024: `plasma-windows-x64-max-2024.zip`
3 changes: 3 additions & 0 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:
r="${r//'%'/'%25'}" # Multiline escape sequences for %
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
r="${r//@@COMMIT_SHA@@/$GITHUB_SHA}"
echo "RELEASE_BODY=$r" >> $GITHUB_OUTPUT
env:
GITHUB_SHA: ${{ github.sha }}

- name: Update Release
id: release
Expand Down

0 comments on commit 1fb65e0

Please sign in to comment.