From 6ef9268bea7832adf19aad7cb025d8d14fb51f32 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:54:11 +0200 Subject: [PATCH] chore: sync pack name with renamed repo and set level to alpha --- pack-metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack-metadata.yaml b/pack-metadata.yaml index 16d0d71..efeac37 100644 --- a/pack-metadata.yaml +++ b/pack-metadata.yaml @@ -23,7 +23,7 @@ # Must equal the GitHub repo name exactly (e.g. "nebari-data-science-pack"). # The dashboard uses this to cross-check that the file is in the right repo. -name: nebari-mlflow-pack +name: mlflow-pack # Human-readable name shown on the dashboard. Title-case recommended. display_name: MLflow Pack @@ -31,7 +31,7 @@ display_name: MLflow Pack # Maturity level. Must be lowercase. Allowed values: experimental | alpha | beta | ga # Definitions, per-level promotion checklist, and dashboard flag reference: # https://github.com/nebari-dev/nebari-software-pack-template/blob/main/docs/release-readiness-checklist.md -level: experimental +level: alpha # GitHub username of the accountable engineer. No "@" prefix. # For packs with multiple maintainers, name the single most-accountable one