Prepare GeoIntel 1.0.0 release candidate
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 07:59:38 +02:00
parent 213b57ce2e
commit 79a9f9dbfc
28 changed files with 764 additions and 64 deletions
+3
View File
@@ -21,6 +21,7 @@ from typing import Any, Sequence
ROOT = Path(__file__).resolve().parents[1]
BACKEND = ROOT / "backend"
DEFAULT_HASHED_FILES = (
"VERSION",
"AGENTS.md",
"backend/pyproject.toml",
"backend/alembic.ini",
@@ -31,6 +32,7 @@ DEFAULT_HASHED_FILES = (
"deploy/unraid/Dockerfile.all-in-one",
"docs/RC_SCOPE_FREEZE_BELGIUM_NORTH_SEA.md",
"docs/RC_ROADMAP_BELGIUM_NORTH_SEA.md",
"docs/RELEASE_RUNBOOK.md",
)
DEPENDENCIES = (
"alembic",
@@ -227,6 +229,7 @@ def build_manifest(args: argparse.Namespace) -> dict[str, Any]:
return {
"schema_version": 1,
"release_id": args.release_id,
"version": (ROOT / "VERSION").read_text(encoding="utf-8").strip(),
"captured_at": utc_now(),
"read_only": True,
"scope": "Belgium and the Belgian North Sea",