Skip to content

Commit 63b6a7e

Browse files
authored
Merge pull request #124 from maxmind/greg/gh
Use gh instead of hub. Release from right branch.
2 parents 0463440 + bdef9bb commit 63b6a7e

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
@@ -58,11 +58,7 @@ git commit -m "Update for $tag" -a
5858

5959
git push
6060

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

6763
git push --tags
6864

0 commit comments

Comments
 (0)