Compare commits

..

No commits in common. "main" and "v3.5.0-alpha-1" have entirely different histories.

6 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ steps:
- COMMIT - COMMIT
tags: tags:
- latest - latest
- ${DRONE_TAG##v} - ${DRONE_TAG}
- name: build-frontend - name: build-frontend
image: plugins/docker image: plugins/docker

View File

@ -1,4 +1,4 @@
{ {
"tag": "", "tag": "1.0.0",
"commit": "" "commit": "test"
} }

View File

@ -17,8 +17,8 @@
import fs from 'node:fs/promises'; import fs from 'node:fs/promises';
(async () => { (async () => {
await fs.writeFile('dist/git.json', JSON.stringify({ await fs.writeFile('git.json', JSON.stringify({
tag: process.env.TAG ?? "", tag: process.env.TAG,
commit: process.env.COMMIT?.substring(0, 7) ?? "", commit: process.env.COMMIT,
})) }))
})(); })();

View File

@ -20,7 +20,7 @@
"footer": { "footer": {
"license": "Licence:", "license": "Licence:",
"powered": "Založeno na:", "powered": "Založeno na:",
"thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail", "thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail a moje přítelkyně",
"author": "Pro komunitu SimRail vytvořeno s ❤️ uživatelem <anchor>{{author}}</anchor> " "author": "Pro komunitu SimRail vytvořeno s ❤️ uživatelem <anchor>{{author}}</anchor> "
} }
}, },

View File

@ -20,7 +20,7 @@
"footer": { "footer": {
"license": "License:", "license": "License:",
"powered": "Based on:", "powered": "Based on:",
"thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite> and Simrail community", "thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, Simrail community and my girlfriend",
"author": "Created by <anchor>{{author}}</anchor> with ❤️ for the Simrail community" "author": "Created by <anchor>{{author}}</anchor> with ❤️ for the Simrail community"
} }
}, },

View File

@ -20,7 +20,7 @@
"footer": { "footer": {
"license": "Licencja:", "license": "Licencja:",
"powered": "Oparte na:", "powered": "Oparte na:",
"thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite> i społeczności Simrail", "thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite>, społeczności Simrail i mojej dziewczyny",
"author": "Stworzone przez <anchor>{{author}}</anchor> z ❤️ dla społeczności Simrail" "author": "Stworzone przez <anchor>{{author}}</anchor> z ❤️ dla społeczności Simrail"
} }
}, },