Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit bd55911

Browse files
committed
[[ ReleaseNotes ]] Move base notes to separate folder
1 parent e35e72e commit bd55911

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

builder/release_notes_builder.livecodescript

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ end BaseCreateIssues
443443

444444
private function BaseReadFile pBasename
445445
local tPath
446-
put FileGetPath() & slash & pBasename & ".md" into tPath
446+
put FileGetPath("base") & slash & pBasename & ".md" into tPath
447447
if there is a file tPath then
448448
return builderFileGetUTF8Contents(tPath)
449449
else
@@ -1382,6 +1382,8 @@ private function FileGetPath pType
13821382
return the result & "/packaged_extensions"
13831383
case "dictionary"
13841384
return builderRepoFolder() & "/docs/dictionary"
1385+
case "base"
1386+
return builderRepoFolder() & "/docs/notes-base"
13851387
default
13861388
return pType
13871389
end switch
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)