Files
Clement Tsang 2c623399ae uptick: 0.12.0 (#1915)
* uptick: 0.12.0

* update schema generation while we're at it

* wording

* update schema generation docs

* update docs
2025-12-24 22:52:50 -05:00

9 lines
136 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")";
cd ../..
cargo run --bin schema --features="generate_schema" -- $1 > schema/v$1/bottom.json