Commit Graph

2 Commits

Author SHA1 Message Date
29243bd673 feat(release): add retry logic for release creation
- Introduces a `create_release` function with retry logic to handle
  transient failures during release creation.
- Improves error handling and logging for better debugging.
- Adjusts changelog parsing and workflow steps for clarity and
  robustness.
2025-06-14 19:21:34 +02:00
048b964204 feat(scripts): add CI utilities for versioning and changelog
- Add scripts to detect version changes and generate changelogs
- Include setup for installing and configuring git-cliff
- Automate release creation and changelog updates for CI workflows
- Improve Git author setup for consistent commits
2025-06-14 18:36:15 +02:00