dev-workflow
Installation
SKILL.md
Development workflow – Contentstack Management Python
When to use
- Setting up locally, opening a PR, or matching CI expectations.
- Answering "how do we run tests?" or "what runs in CI?"
Instructions
Branches & releases
- Flow: merge work to
development; release PRs aredevelopment→main. Aftermainmoves,.github/workflows/back-merge-pr.ymlcan openmain→developmentto resync. - PyPI: publish a GitHub Release (
release: published) to run.github/workflows/release.yml. PRs that touchcontentstack_management/orsetup.pymust bump__version__andCHANGELOG.mdper.github/workflows/check-version-bump.yml.