Commit Graph

2 Commits

Author SHA1 Message Date
fb70bee551 refactor(scripts): remove redundant verbose flag handling
- Eliminate unused VERBOSE flag exports in action workflows
- Adjust curl commands to consistently output responses instead of suppressing
- Simplify script logic by removing unnecessary verbosity checks
2025-05-26 17:02:07 +02:00
ef7456160a feat(scripts): add script to manage GitHub releases
- Introduces a Bash script to create or update GitHub releases
- Supports uploading release assets and modifying metadata
- Handles token-based authentication and error conditions
- Improves release management with automated workflows
2025-05-26 16:27:09 +02:00