Files
travisladuke 7259935a87 build: Change format of spec version
Generate the version automatically.
keep them in step with the npm package version
which is also the github release tag/version.
Which is "semver"

there's currently  no straigtforward way to
compile time send variables into a spec.

So we generate a variables.tsp file from a "template"
The template is

`printf 'alias Version = \"%s\";\n' $npm_package_version > variables.tsp``
2024-02-14 13:08:41 -08:00

7 lines
70 B
Plaintext

/node_modules/
/tsp-output/
/.DS_Store
/dist/
.DS_Store
variables.tsp