Skip to content

Commit 342a069

Browse files
committed
include changelog in release zip
1 parent 947fdb9 commit 342a069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

KSPCommunityFixes/KSPCommunityFixes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
</ItemGroup>
329329
<Copy SourceFiles="@(BinariesToCopy)" DestinationFolder="$(PublishBinariesPath)" />
330330
<Copy SourceFiles="$(RepoRootPath)\README.md" DestinationFolder="$(PublishPluginRootPath)" />
331+
<Copy SourceFiles="$(RepoRootPath)\CHANGELOG.md" DestinationFolder="$(PublishPluginRootPath)" />
331332
<GetAVCVersion Path="$(RepoRootPath)\GameData\$(GameDataFolderName)\$(AVCFilename)">
332333
<Output PropertyName="AVCVersionMajor" TaskParameter="Major" />
333334
<Output PropertyName="AVCVersionMinor" TaskParameter="Minor" />

0 commit comments

Comments
 (0)