Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 17b1c5c

Browse files
committed
Update CI to generate release notes
1 parent 55ac38f commit 17b1c5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
with:
8787
name: ${{ env.PACKAGE_VERSION }}
8888
tag_name: v${{ env.PACKAGE_VERSION }}
89-
body: |
89+
generate_release_notes: true
90+
append_body: |
9091
### How to get this update
9192
9293
Packages have been posted to these feeds:

Directory.Build.props

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<SourceRevisionId Condition="'$(SourceRevisionId)' == ''">$(BUILD_SOURCEVERSION)</SourceRevisionId>
4343
<PackageVersion>$(VersionPrefix)</PackageVersion>
4444
<PackageVersion Condition="'$(IncludePreReleaseLabelInPackageVersion)' == 'true'">$(PackageVersion)-$(VersionSuffix)</PackageVersion>
45+
46+
<PackageReleaseNotes>
47+
See release notes at https://github.com/natemcmaster/LettuceEncrypt/releases/tag/v$(PackageVersion).
48+
</PackageReleaseNotes>
4549
</PropertyGroup>
4650

4751
<PropertyGroup>

0 commit comments

Comments
 (0)