We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50b8c38 + b0c3abb commit d6d8046Copy full SHA for d6d8046
builder/release_notes_builder.livecodescript
@@ -4,6 +4,11 @@ local sVersion
4
local sOutputPath
5
6
private command Initialize pVersion, pOutputPath
7
+ if pOutputPath is empty then
8
+ throw "Release notes output path must be specified"
9
+ exit Initialize
10
+ end if
11
+
12
start using stack (builderSystemFolder() & slash & "markdown_compiler.livecodescript")
13
set the defaultfolder to builderRepoFolder()
14
set the hideconsolewindows to true
0 commit comments