Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:42 +08:00
commit 4bb7de1bdc
18 changed files with 1789 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for api-versioning-manager skill
- [ ] api_version_bump.py: Automates the process of incrementing API versions in configuration files.
- [ ] deprecation_notice_generator.py: Generates deprecation notices in various formats (e.g., Markdown, JSON).
- [ ] compatibility_test_runner.sh: Executes compatibility tests against different API versions.
- [ ] migration_guide_generator.py: Generates migration guides from one API version to another.