Skip to content

Commit 42c2b46

Browse files
committed
just: create GitHub release
This makes releases just that much more streamlined.
1 parent ca22926 commit 42c2b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ release token commit tag:
5858
#!/bin/bash
5959
set -eo pipefail
6060

61+
gh release create --prerelease --notes TBD --title {{ tag }} --target {{ commit }} {{ tag }}
62+
6163
rm -rf dist
6264
just release-download-distributions {{token}} {{commit}}
6365
datetime=$(ls dist/cpython-3.10.*-x86_64-unknown-linux-gnu-install_only-*.tar.gz | awk -F- '{print $8}' | awk -F. '{print $1}')

0 commit comments

Comments
 (0)