- Add jq as a required dependency for JSON parsing
- Replace grep/sed with jq for improved readability and reliability
- Handle errors more gracefully when fetching release info or assets
- Removed unnecessary comments and adjusted formatting for clarity
- Translated German comments, logs, and error messages to English
- Improved consistency in variable naming and messages across scripts
- Enhanced error handling and output for better user feedback
- Updates default email domain to prevent misuse
- Adds checks to ensure git author name and email are set correctly
- Improves reliability of git configuration setup
- 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.
- 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