Skip to content

Commit 5e68a50

Browse files
committed
Update release script
1 parent 8d4c90d commit 5e68a50

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dev-bin/release.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,9 @@ popd
120120
git push
121121
git push --tags
122122

123-
message="$version
123+
gh release create --target "$(git branch --show-current)" -t "$version" -n "$notes" "$tag" \
124+
"target/geoip2-$version-with-dependencies.zip" \
125+
"target/geoip2-$version-with-dependencies.zip.asc"
124126

125-
$notes"
126-
127-
hub release create -a "target/geoip2-$version-with-dependencies.zip" \
128-
-a "target/geoip2-$version-with-dependencies.zip.asc" \
129-
-m "$message" "$tag"
130127

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

0 commit comments

Comments
 (0)