File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Steps for doing a release:
77 ``docs/index.rst ``, if necessary.
884. Review ``HISTORY.rst `` for completeness and correctness.
995. Add release date to ``HISTORY.rst ``.
10- 6. Install or update `hub <https://github.com/github/hub `_ as it used by the
10+ 6. Install or update `gh <https://github.com/cli/cli > `_ as it used by the
1111 release script.
12127. Run ``dev-bin/release.sh `` and follow the prompts.
13138. Verify the release on `GitHub <https://github.com/maxmind/minfraud-api-python/releases >`_
Original file line number Diff line number Diff line change @@ -59,11 +59,7 @@ git commit -m "Update for $tag" -a
5959
6060git push
6161
62- message=" $version
63-
64- $notes "
65-
66- hub release create -m " $message " " $tag "
62+ gh release create --target " $( git branch --show-current) " -t " $version " -n " $notes " " $tag "
6763
6864git push --tags
6965
You can’t perform that action at this time.
0 commit comments