Skip to content

Commit 059cb0d

Browse files
committed
Use gh instead of hub. Release from right branch.
1 parent 573bda8 commit 059cb0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ git commit -m "Update for $tag" -a
5757

5858
git push
5959

60-
message="$version
61-
62-
$notes"
63-
64-
hub release create -m "$message" "$tag"
60+
gh release create --target "$(git branch --show-current)" -t "$version" -n "$notes" "$tag"
6561

6662
git push --tags
6763

0 commit comments

Comments
 (0)