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).
+