From 17b1c5cf36e50a36ca6f3cfa6e3d0f4d18fb9813 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 29 Mar 2024 21:48:39 -0700 Subject: [PATCH] Update CI to generate release notes --- .github/workflows/ci.yml | 3 ++- Directory.Build.props | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b54c40a..8f3412d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,8 @@ jobs: with: name: ${{ env.PACKAGE_VERSION }} tag_name: v${{ env.PACKAGE_VERSION }} - body: | + generate_release_notes: true + append_body: | ### How to get this update Packages have been posted to these feeds: diff --git a/Directory.Build.props b/Directory.Build.props index 207166e1..f488c945 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,6 +42,10 @@ $(BUILD_SOURCEVERSION) $(VersionPrefix) $(PackageVersion)-$(VersionSuffix) + + + See release notes at https://github.com/natemcmaster/LettuceEncrypt/releases/tag/v$(PackageVersion). +