We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d5a1c commit f758316Copy full SHA for f758316
1 file changed
misc/kscript_release.sh
@@ -84,11 +84,11 @@ git commit -am "${kscript_version} release"
84
git push --tags
85
86
# check the current tags and existing releases of the repo
87
-github-release info -u holgerbrandl -r kscript
+github-release info -u kscripting -r kscript
88
89
# create a formal release
90
github-release release \
91
- --user holgerbrandl \
+ --user kscripting \
92
--repo kscript \
93
--tag "v${kscript_version}" \
94
--name "v${kscript_version}" \
@@ -99,7 +99,7 @@ github-release release \
99
100
## upload sdk-man binary set
101
github-release upload \
102
103
104
105
--name "kscript-${kscript_version}-bin.zip" \
0 commit comments