diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-26 17:05:56 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-26 17:05:56 -0500 |
commit | 27b298d8bc720ff315c8e74cc5bff9ff9ead0552 (patch) | |
tree | 1f901ce97f916d0f8b361bdfe096b38987df622a /.github/workflows | |
parent | 88ebb92f05dade00cc8fc519cc062a458ecd48f2 (diff) |
Base generated release notes on new floating tag 'release'
instead of on the current tag 7.1.2-release.
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 c903f1b8ce..28310e54e2 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: | |