[]
# Automatically update Cargo.toml version and CHANGELOG.md
= true
# Create a GitHub release on every publish
= true
# Publish to crates.io when the release PR is merged
= true
# Use Conventional Commits to determine the version bump
# feat: -> minor, fix: -> patch, feat!:/BREAKING CHANGE: -> major
[[]]
= "contentstack-api-client-rs"
= ["feat", "fix", "perf", "refactor", "docs"]