more changes

This commit is contained in:
Lunny Xiao
2024-10-08 23:03:32 -07:00
parent 610b028ba9
commit d2ff4a6117
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "dev"/' static/swagger-latest.json
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
rm v1_json.tmpl

View File

@@ -77,7 +77,7 @@ const globalVariables = {
'minGoVersion': '1.22',
'minNodeVersion': '18',
'version': '1.22.3',
'sourceVersion': 'v1.22.2',
'sourceVersion': 'v1.22.3',
'sourceBranch': 'release/v1.22',
'dockerVersion': '1.22.3',
'displayVersion': '1.22.3'