summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-26 15:51:31 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-03-01 16:19:01 -0500
commit7ad13c851198d3ea2692c0c16f2eb844ebca8bf5 (patch)
tree084a14fa5dd5d9bced2bfe3747cf788607495a8b
parent7c52db381c61f10aa5e4e9c5414c54c0e49d5815 (diff)
Leverage action-gh-release's new previous_tag input.
This should (!) allow us to generate full release notes relative to the previous viewer release, instead of letting action-gh-release guess incorrectly. Also try again to add to the release page a back-link to the specific build. (cherry picked from commit 88ebb92f05dade00cc8fc519cc062a458ecd48f2)
-rw-r--r--.github/workflows/build.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 1816e8b48f..f76d4286e2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -369,20 +369,21 @@ jobs:
# forked from softprops/action-gh-release
- name: Create GitHub release
id: release
- uses: secondlife-3p/action-gh-release@v1
+ uses: secondlife-3p/action-gh-release@feat/add-generateReleaseNotes
with:
# name the release page for the branch
name: "${{ needs.build.outputs.viewer_branch }}"
# SL-20546: want the channel and version to be visible on the
# release page
body: |
- Build ${{ github.repositoryUrl }}/actions/runs/${{ github.run_id }}
+ Build ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
${{ needs.build.outputs.viewer_channel }}
${{ needs.build.outputs.viewer_version }}
${{ needs.build.outputs.relnotes }}
prerelease: true
generate_release_notes: true
target_commitish: ${{ github.sha }}
+ previous_tag: 7.1.2-release
append_body: true
fail_on_unmatched_files: true
files: |