Skip to content

Commit 252b115

Browse files
committed
Release SSCG 3.0.3
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 6699b96 commit 252b115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('sscg', 'c',
2-
version : '3.0.2',
2+
version : '3.0.3',
33
default_options : [
44
'buildtype=debugoptimized',
55
'c_std=gnu99',

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ git push origin main
139139
git push origin tag ${tagname}
140140

141141
# Create the release
142-
gh release create --notes "" --title "SSCG ${_arg_version}" ${tagname}
142+
gh release create --generate-notes ${tagname}
143143

144144

145145
# ^^^ TERMINATE YOUR CODE BEFORE THE BOTTOM ARGBASH MARKER ^^^

0 commit comments

Comments
 (0)