Prepare GeoIntel 1.0.0 release candidate
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user