mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
chore(actix-http): prepare release 3.5.0
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
# requires github cli tool for automatic release draft creation
|
||||
|
||||
set -euo pipefail
|
||||
set -eEuo pipefail
|
||||
|
||||
DIR=$1
|
||||
|
||||
@ -132,6 +132,7 @@ fi
|
||||
|
||||
if [ $MACOS ]; then
|
||||
printf "chore($PACKAGE_NAME): prepare release $NEW_VERSION" | pbcopy
|
||||
echo "placed the recommended commit message on the clipboard"
|
||||
else
|
||||
echo
|
||||
echo "commit message:"
|
||||
|
Reference in New Issue
Block a user