7 Commits
Author SHA1 Message Date
travisladuke f11f98e562 1.0.2 v1.0.2 2024-02-14 13:15:15 -08:00
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
travisladuke 047d90a5eb ci: update github action. avoid branch protection 2024-02-14 12:53:41 -08:00
travis laduke 2a6871d0e9 1.0.1 v1.0.1 2024-02-13 21:50:29 +00:00
travisladuke a35649061b docs: update spec docs to point to this repo 2024-02-13 13:48:50 -08:00
travis laduke 31185c69ca 1.0.0 v1.0.0 2024-02-13 21:31:03 +00:00
travisladuke 9ae6d79914 feat: Initial commit 2024-02-13 13:23:46 -08:00