mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Also automatically update Database default metadata version in update-version script
This commit is contained in:
parent
e996988b90
commit
9569eeb05b
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ shopt -u globstar
|
|||
# linux
|
||||
sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/linux/scripts/*.sh
|
||||
# db
|
||||
sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/common/db/Database.py
|
||||
sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" src/common/db/model.py
|
||||
# github
|
||||
sed -i "s@${OLD_VERSION}@${NEW_VERSION}@g" .github/ISSUE_TEMPLATE/bug_report.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue