dev-workflow
Installation
SKILL.md
Development workflow – Contentstack Python CDA SDK
When to use
- Setting up locally, opening a PR, or matching CI expectations.
- Answering "how do we run tests?" or "what runs in CI?"
- Bumping the SDK version for a release.
Instructions
Branches & releases
- Flow: feature / fix branches →
staging→master. Direct PRs tomasterfrom feature branches are rejected by.github/workflows/check-branch.yml. - PyPI: publish a GitHub Release to trigger
.github/workflows/python-publish.yml.