File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Steps for releasing:
2020 * You do not need to update the version. The release script will do so.
21213 . Review ` CHANGELOG.md ` for completeness and correctness. Update its release
2222 date. Commit it.
23- 4 . Install or update ` hub ` as it used by the release script.
23+ 4 . Install or update [ gh ] ( https://github.com/cli/cli ) as it used by the release script.
24245 . Test that ` mvn package ` can complete successfully. Run ` git clean -dxff `
2525 or something similar to clean up afterwards.
26265 . Run ` ./dev-bin/release.sh ` .
Original file line number Diff line number Diff line change @@ -120,12 +120,9 @@ popd
120120git push
121121git 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
131128echo " Remember to do the release on https://oss.sonatype.org/!"
You can’t perform that action at this time.
0 commit comments