Skip to content

Commit acdd302

Browse files
committed
Updated release workflow
1 parent a8d16bf commit acdd302

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-wa-sqlite.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ on:
2525
default: 'latest'
2626
required: false
2727
type: string
28+
additional_notes:
29+
description: 'Additional release notes'
30+
default: '## Mendix wa-sqlite specifics\n'
31+
required: false
32+
type: string
2833

2934
env:
3035
EM_CACHE_FOLDER: 'emsdk-cache'
@@ -53,6 +58,7 @@ jobs:
5358
echo "## Dependency information" >> NOTES
5459
echo "* SQLite version: $SQLITE_VERSION" >> NOTES
5560
echo "* rhashimoto/wa-sqlite: $TAGNAME" >> NOTES
61+
echo "${{inputs.additional_notes}}" >> NOTES
5662
jq -r .body latest.json >> NOTES
5763
5864
cd wa-sqlite

0 commit comments

Comments
 (0)