| description | Standards for using release-please in the repository. (project) |
|---|---|
| alwaysApply | true |
Standards for managing releases with release-please in the repository.
.release-please-config.json # Release configuration
.release-please-manifest.json # Version tracking
.github/workflows/release.yml # Release workflow
# Features (0.1.0 -> 0.2.0)
feat: add new feature
feat!: breaking change feature
# Bug Fixes (0.1.0 -> 0.1.1)
fix: bug fix description
# No Version Change
docs: update readme
chore: update dependencies
test: add new tests- Push to main branch triggers release-please
- Release-please creates/updates release PR
- Merging release PR:
- Updates CHANGELOG.md
- Creates GitHub release
- Publishes to PyPI using UV
PYPI_API_TOKEN # For publishing to PyPI
docs: update installation guide
fix: handle API timeout errors
feat: add new CRM integrationupdated readme
fixed bug in api
added feature