[K/N] Don't include RELEASE_NOTES.md into the bundle

This document is outdated and doesn't make much sense anymore, since
the relevant topics are also covered in the documentation.
This commit is contained in:
Svyatoslav Scherbina
2024-02-05 12:04:57 +01:00
committed by Space Team
parent 54858c2118
commit e6785c8dcd
-4
View File
@@ -546,10 +546,6 @@ configure([bundleRegular, bundlePrebuilt]) {
dependsOn("crossDistStdlibCache")
dependsOn("distSources")
dependsOn("distDef")
from(project.projectDir) {
include 'RELEASE_NOTES.md'
into "${archiveBaseName.get()}-${archiveVersion.get()}"
}
destinationDirectory.set(file('.'))