更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -9,17 +9,17 @@ release_note=$3
git_host=$4
if [ "$git_host" = "" ]; then
git_host="github.com"
git_host="git.ncc.cx"
echo "[INFO] No command line input provided. Set \$git_host to $git_host"
fi
if [ "$git_user_id" = "" ]; then
git_user_id="GIT_USER_ID"
git_user_id="package"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi
if [ "$git_repo_id" = "" ]; then
git_repo_id="GIT_REPO_ID"
git_repo_id="openapi-go-answer"
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
fi