File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Steps for releasing:
6
6
3 . Bump copyright year in ` README.md ` , if necessary.
7
7
4 . Review ` CHANGELOG.md ` for completeness and correctness. Update its release
8
8
date.
9
- 5 . Install or update [ hub ] ( https://github.com/github/hub ) as it used by the
9
+ 5 . Install or update [ gh ] ( https://github.com/cli/cli ) as it used by the
10
10
release script.
11
11
6 . Run ` ./dev-bin/release.sh ` . This will build the phar, generate the docs,
12
12
tag the release, push it to origin, and update the GH releases with the
Original file line number Diff line number Diff line change @@ -143,6 +143,6 @@ message="$version
143
143
144
144
$notes "
145
145
146
- hub release create -a " $phar " -m " $message " " $tag "
146
+ gh release create --target " $( git branch --show-current ) " -n " $message " " $tag " " $phar "
147
147
148
148
git push --tags
You can’t perform that action at this time.
0 commit comments