Skip to content

Commit 5e312dd

Browse files
committed
Use gh instead of hub. Release from right branch.
1 parent 2f2c34d commit 5e312dd

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
@@ -128,10 +128,6 @@ popd
128128
git push
129129
git push --tags
130130

131-
message="$version
132-
133-
$notes"
134-
135-
hub release create -m "$message" "$tag"
131+
gh release create --target "$(git branch --show-current)" -t "$version" -n "$notes" "$tag"
136132

137133
echo "Remember to do the release on https://oss.sonatype.org/!"

0 commit comments

Comments
 (0)