merged
Skyvern-AI/skyvern12:35 AM - Jan 29, 2026
stanislaw89
wintonzheng

It adds an automated GitHub Actions workflow that watches pyproject.toml for version bumps, compares new and previous versions, generates changelogs from commits, and creates a tagged GitHub release. This removes manual release steps, ensures consistent, up-to-date release notes, and speeds up the CI/CD process. However, version parsing could fail on complex formats, shallow clones might miss commit history, and handling missing previous tags or other edge cases may need extra maintenance.