chore: auto release commit (2026-06-21 10:51:04)
All checks were successful
技能自动化发布 / release (push) Successful in 5s

This commit is contained in:
2026-06-21 10:51:05 +08:00
parent f3f7a9b9e5
commit 30803a0834
4 changed files with 238 additions and 11 deletions

View File

@@ -146,7 +146,7 @@ class TestDocsStandards(unittest.TestCase):
uses_line = _extract_workflow_uses_line(text)
self.assertIsNotNone(uses_line, "release_skill.yaml must contain a uses: line")
self.assertIn(
"admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml",
"client-jiangchang/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml",
uses_line,
)
self.assertRegex(