mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
upgrade to 1.23.1 (#148)
Reviewed-on: https://gitea.com/gitea/docs/pulls/148 Co-authored-by: Lunny Xiao <[email protected]> Co-committed-by: Lunny Xiao <[email protected]>
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
rm v1_json.tmpl
|
||||
|
||||
wget https://github.com/go-gitea/gitea/blob/v1.23.0/templates/swagger/v1_json.tmpl
|
||||
sed -i "$@" 's/"version": "{{AppVer | JSEscape}}"/"version": "1.23.0"/' static/swagger-23.json
|
||||
sed -i "$@" 's/"version": "{{AppVer | JSEscape}}"/"version": "1.23.1"/' static/swagger-23.json
|
||||
rm v1_json.tmpl
|
||||
|
||||
if ! [[ $(git diff --shortstat) ]]; then exit 0; fi
|
||||
|
||||
Reference in New Issue
Block a user