refactor: update release workflow and version gen
This commit is contained in:
parent
4da138c854
commit
a1f2c45160
4 changed files with 83 additions and 95 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Controller, Get, Route, Tags } from "tsoa";
|
||||
import version from "../ver.json";
|
||||
import version from "../version.json";
|
||||
|
||||
@Route("version")
|
||||
export class VersionController extends Controller {
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": "dev",
|
||||
"builddate": "2020-01-01_00:00:00"
|
||||
}
|
||||
|
||||
4
Services/server/src/version.json
Normal file
4
Services/server/src/version.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"version": "v0.0.0-dev",
|
||||
"date": "2023-01-01_00:00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue