Triton/.github/workflows
Otavio Cordeiro 1791cab97f Add GitHub Action for creating draft releases from tags
Implements automated draft release creation when version tags are
pushed.

The workflow:

- Triggers on tags matching the pattern [0-9]+.[0-9]+.[0-9]+
  (e.g., 1.0.0, 1.1.0)
- Finds all PRs merged since the previous tag using GitHub API
- Categorizes PRs into "fixes" (starting with Fix/Bugfix/Hotfix) and
  "other"
- Creates a draft release with formatted PR list including full URLs
- Leaves the release as draft for manual binary attachment before
  publishing
2025-12-17 18:33:37 +01:00
..
draft-release.yml Add GitHub Action for creating draft releases from tags 2025-12-17 18:33:37 +01:00
pr-checks.yml Add GitHub Actions workflow for PR checks 2025-12-17 11:54:03 +01:00