Skip to content

Commit f758316

Browse files
committed
4.1.1 release
1 parent 49d5a1c commit f758316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/kscript_release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ git commit -am "${kscript_version} release"
8484
git push --tags
8585

8686
# check the current tags and existing releases of the repo
87-
github-release info -u holgerbrandl -r kscript
87+
github-release info -u kscripting -r kscript
8888

8989
# create a formal release
9090
github-release release \
91-
--user holgerbrandl \
91+
--user kscripting \
9292
--repo kscript \
9393
--tag "v${kscript_version}" \
9494
--name "v${kscript_version}" \
@@ -99,7 +99,7 @@ github-release release \
9999

100100
## upload sdk-man binary set
101101
github-release upload \
102-
--user holgerbrandl \
102+
--user kscripting \
103103
--repo kscript \
104104
--tag "v${kscript_version}" \
105105
--name "kscript-${kscript_version}-bin.zip" \

0 commit comments

Comments
 (0)