docs: move release process under doc

This commit is contained in:
Krystie
2026-07-07 13:16:32 -07:00
parent 43dade4488
commit f1e92d685f
2 changed files with 3 additions and 3 deletions
@@ -58,7 +58,7 @@ following properties:
| `BUILD_DESC` | Git describe output, written to `build.h` at build time |
| `BUILD_DATE` | **Commit timestamp** (NOT wall-clock), from `git log -n 1 --format=%ci` |
| `__DATE__`/`__TIME__` fallback | Dead code in practice — `build.h` always defines `BUILD_DATE` |
| Build paths in binaries | Currently absolute; should add `-ffile-prefix-map` for full reproducibility |
| Build paths in binaries | Mapped with `-ffile-prefix-map=${CMAKE_SOURCE_DIR}=.` so absolute source paths do not leak into debug info |
### Verifying reproducibility
+2 -2
View File
@@ -1,7 +1,7 @@
# Scripts
Operational scripts for the Triangles project. See also `release-process.md`
at the repo root for the canonical release pipeline documentation.
Operational scripts for the Triangles project. See also `doc/release-process.md`
for the canonical release pipeline documentation.
## Build verification