Skip to content

Commit

Permalink
4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Aug 27, 2022
1 parent 49d5a1c commit f758316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/kscript_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ git commit -am "${kscript_version} release"
git push --tags

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

# create a formal release
github-release release \
--user holgerbrandl \
--user kscripting \
--repo kscript \
--tag "v${kscript_version}" \
--name "v${kscript_version}" \
Expand All @@ -99,7 +99,7 @@ github-release release \

## upload sdk-man binary set
github-release upload \
--user holgerbrandl \
--user kscripting \
--repo kscript \
--tag "v${kscript_version}" \
--name "kscript-${kscript_version}-bin.zip" \
Expand Down

0 comments on commit f758316

Please sign in to comment.