We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c90d commit 5e68a50Copy full SHA for 5e68a50
dev-bin/release.sh
@@ -120,12 +120,9 @@ popd
120
git push
121
git push --tags
122
123
-message="$version
+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"
126
-$notes"
-
127
-hub release create -a "target/geoip2-$version-with-dependencies.zip" \
128
- -a "target/geoip2-$version-with-dependencies.zip.asc" \
129
- -m "$message" "$tag"
130
131
echo "Remember to do the release on https://oss.sonatype.org/!"
0 commit comments