Commit Graph

5 Commits

Author SHA1 Message Date
a0e425cc35 feat(action): add GitHub-Gitea release sync workflow
- Introduces a composite action to synchronize releases from Gitea to GitHub
- Adds support for configurable inputs like repository details and tokens
- Implements steps for fetching and pushing releases via scripts
2025-05-26 16:27:17 +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
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
f5187b7a0c chore(vscode): customize activity bar and color theme 2025-05-26 16:26:52 +02:00
37599195bb chore(gitignore): add rule to ignore environment files
- Adds a rule to ignore all `.env` files across the project.
- Prevents sensitive environment variables from being tracked.
2025-05-26 16:26:43 +02:00