mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
more changes
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "dev"/' static/swagger-latest.json
|
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "dev"/' static/swagger-latest.json
|
||||||
rm v1_json.tmpl
|
rm v1_json.tmpl
|
||||||
|
|
||||||
wget https://github.com/go-gitea/gitea/blob/v1.22.2/templates/swagger/v1_json.tmpl
|
wget https://github.com/go-gitea/gitea/blob/v1.22.3/templates/swagger/v1_json.tmpl
|
||||||
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.3"/' static/swagger-22.json
|
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.3"/' static/swagger-22.json
|
||||||
rm v1_json.tmpl
|
rm v1_json.tmpl
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ const globalVariables = {
|
|||||||
'minGoVersion': '1.22',
|
'minGoVersion': '1.22',
|
||||||
'minNodeVersion': '18',
|
'minNodeVersion': '18',
|
||||||
'version': '1.22.3',
|
'version': '1.22.3',
|
||||||
'sourceVersion': 'v1.22.2',
|
'sourceVersion': 'v1.22.3',
|
||||||
'sourceBranch': 'release/v1.22',
|
'sourceBranch': 'release/v1.22',
|
||||||
'dockerVersion': '1.22.3',
|
'dockerVersion': '1.22.3',
|
||||||
'displayVersion': '1.22.3'
|
'displayVersion': '1.22.3'
|
||||||
|
|||||||
Reference in New Issue
Block a user