Skip to content

Commit 2afc5fc

Browse files
Copilotleeoades
andcommitted
Fix release workflow pack step to handle release notes properly
Co-authored-by: leeoades <2321091+leeoades@users.noreply.github.com>
1 parent b1b514e commit 2afc5fc

6 files changed

Lines changed: 1 addition & 1 deletion

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Pack
4343
run: |
44-
RELEASE_NOTES=$(cat release-notes.txt)
44+
RELEASE_NOTES="See https://github.com/leeoades/FunctionalStateMachine/releases/tag/v${VERSION} for full release notes"
4545
dotnet pack src/FunctionalStateMachine.Core/FunctionalStateMachine.Core.csproj --configuration Release --no-build --output ./artifacts --include-symbols --include-source /p:PackageVersion=${VERSION} /p:PackageReleaseNotes="$RELEASE_NOTES"
4646
dotnet pack src/FunctionalStateMachine.CommandRunner/FunctionalStateMachine.CommandRunner.csproj --configuration Release --no-build --output ./artifacts --include-symbols --include-source /p:PackageVersion=${VERSION} /p:PackageReleaseNotes="$RELEASE_NOTES"
4747
dotnet pack src/FunctionalStateMachine.Diagrams/FunctionalStateMachine.Diagrams.csproj --configuration Release --no-build --output ./artifacts /p:PackageVersion=${VERSION} /p:IncludeSymbols=false /p:PackageReleaseNotes="$RELEASE_NOTES"
44.6 KB
Binary file not shown.
37.6 KB
Binary file not shown.
67.3 KB
Binary file not shown.
38.5 KB
Binary file not shown.
27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)