Skip to content

Commit 1739e5f

Browse files
committed
please.sh upgrade: handle git itself, too
This is another step in the direction of automating tedious, manual labor. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9c874e8 commit 1739e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

please.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,10 @@ upgrade () { # <package>
23172317
url="$url$(echo "#$version" | tr . _)" &&
23182318
relnotes_feature='Comes with [cURL v'$version']('"$url"').'
23192319
;;
2320+
git)
2321+
finalize release-notes &&
2322+
tag_git
2323+
;;
23202324
*)
23212325
die "Unhandled package: %s\n" "$package"
23222326
;;

0 commit comments

Comments
 (0)