From c725156a9391749c7c0c74c58c1e40ffb1433c84 Mon Sep 17 00:00:00 2001 From: Philip Jones Date: Wed, 4 Mar 2026 14:49:59 -0500 Subject: [PATCH] Add guidance for updating existing skills Added section on updating existing skills in CONTRIBUTING.md. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48585da3..bc0471bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,10 @@ When adding a new skill to `databricks-skills/`: 3. Add supporting documentation files as needed 4. Update the skills table in the main README.md +## Updating Existing Skills + +The `main` branch install script clones the latest release, so even after a skill PR update is merged, the latest content will not be installed until a new release is produced. + ## Security - Never commit credentials, tokens, or sensitive data