Commit Graph

2 Commits

Author SHA1 Message Date
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
672f737b5a feat(scripts): add script to fetch Gitea release assets
- Adds a Bash script to fetch Gitea release metadata and assets
- Supports configurable inputs for URL, token, owner, and repository
- Saves release data and assets to a temporary directory
2025-05-26 16:27:04 +02:00