mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 18:27:41 +00:00
Release of Gitea 1.23.5 (#177)
Reviewed-on: https://gitea.com/gitea/docs/pulls/177
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl
|
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl
|
||||||
mv v1_json.tmpl static/swagger-latest.json
|
mv v1_json.tmpl static/swagger-latest.json
|
||||||
|
|
||||||
for ver in '1.23.4' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do
|
for ver in '1.23.5' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do
|
||||||
wget https://raw.githubusercontent.com/go-gitea/gitea/refs/tags/v${ver}/templates/swagger/v1_json.tmpl
|
wget https://raw.githubusercontent.com/go-gitea/gitea/refs/tags/v${ver}/templates/swagger/v1_json.tmpl
|
||||||
sed -i "$@" "s|\"version\": \"{{AppVer \| JSEscape}}\"|\"version\": \"${ver}\"|" v1_json.tmpl
|
sed -i "$@" "s|\"version\": \"{{AppVer \| JSEscape}}\"|\"version\": \"${ver}\"|" v1_json.tmpl
|
||||||
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl
|
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl
|
||||||
|
|||||||
@@ -80,11 +80,11 @@ const globalVariables = {
|
|||||||
'goVersion': '1.23',
|
'goVersion': '1.23',
|
||||||
'minGoVersion': '1.22',
|
'minGoVersion': '1.22',
|
||||||
'minNodeVersion': '18',
|
'minNodeVersion': '18',
|
||||||
'version': '1.23.4',
|
'version': '1.23.5',
|
||||||
'sourceVersion': 'v1.23.0',
|
'sourceVersion': 'v1.23.0',
|
||||||
'sourceBranch': 'release/v1.23',
|
'sourceBranch': 'release/v1.23',
|
||||||
'dockerVersion': '1.23.4',
|
'dockerVersion': '1.23.5',
|
||||||
'displayVersion': '1.23.4'
|
'displayVersion': '1.23.5'
|
||||||
},
|
},
|
||||||
'1.22': {
|
'1.22': {
|
||||||
'goVersion': '1.22',
|
'goVersion': '1.22',
|
||||||
@@ -368,7 +368,7 @@ const config = {
|
|||||||
position: 'right',
|
position: 'right',
|
||||||
items: [
|
items: [
|
||||||
{to: '/api/next/', label: '1.24-dev' },
|
{to: '/api/next/', label: '1.24-dev' },
|
||||||
{to: '/api/1.23/', label: '1.23.4' },
|
{to: '/api/1.23/', label: '1.23.5' },
|
||||||
{to: '/api/1.22/', label: '1.22.6' },
|
{to: '/api/1.22/', label: '1.22.6' },
|
||||||
{to: '/api/1.21/', label: '1.21.11' },
|
{to: '/api/1.21/', label: '1.21.11' },
|
||||||
{to: '/api/1.20/', label: '1.20.6' },
|
{to: '/api/1.20/', label: '1.20.6' },
|
||||||
|
|||||||
Reference in New Issue
Block a user