File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - The release process generates commits.
1111- Ensure you have the necessary dependencies available:
1212 - e.g., ` apt-get install maven openjdk-8-jdk git-core gpg `
13- - Ensure [ hub ] ( https://github.com/github.com/hub ) is set up and in your
13+ - Ensure [ gh ] ( https://github.com/cli/cli ) is set up and in your
1414 ` PATH ` .
1515 - An easy way to do this is get a release tarball and run ` ./install ` .
1616
Original file line number Diff line number Diff line change @@ -119,12 +119,8 @@ popd
119119git push
120120git push --tags
121121
122- message=" $version
123-
124- $notes "
125-
126- hub release create -a " target/minfraud-$version -with-dependencies.zip" \
127- -a " target/minfraud-$version -with-dependencies.zip.asc" \
128- -m " $message " " $tag "
122+ gh release create --target " $( git branch --show-current) " -t " $version " -n " $notes " " $tag " \
123+ " target/minfraud-$version -with-dependencies.zip" \
124+ " target/minfraud-$version -with-dependencies.zip.asc"
129125
130126echo " Remember to do the release on https://oss.sonatype.org/!"
You can’t perform that action at this time.
0 commit comments