feat(frontend): show latest tag in footer
This commit is contained in:
parent
6c863bea96
commit
52606e850d
2 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,7 @@ const config = {
|
|||
kit: {
|
||||
adapter: adapter(),
|
||||
version: {
|
||||
name: child_process.execSync("git rev-parse --short HEAD").toString().trim(),
|
||||
name: child_process.execSync("git describe --tags --long").toString().trim(),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue