diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-26 17:05:56 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-01 16:19:01 -0500 |
commit | 3ee3e011ffe2b0d0810f61b5d35afb24ee4095a0 (patch) | |
tree | 5132df15006293524205ba48ae10f344b036c5db /.github/workflows | |
parent | 7ad13c851198d3ea2692c0c16f2eb844ebca8bf5 (diff) |
Base generated release notes on new floating tag 'release'
instead of on the current tag 7.1.2-release.
(cherry picked from commit 27b298d8bc720ff315c8e74cc5bff9ff9ead0552)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f76d4286e2..b3dafd43c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -383,7 +383,7 @@ jobs: prerelease: true generate_release_notes: true target_commitish: ${{ github.sha }} - previous_tag: 7.1.2-release + previous_tag: release append_body: true fail_on_unmatched_files: true files: | |