Commit Graph

6 Commits

Author SHA1 Message Date
David Montero 1d65badcae feat(ci): create GitHub Release + tag on each announce so the release link resolves 2026-06-11 19:20:49 +02:00
David Montero 3fe7de2d25 fix(ci): rework discord-release-notify
- Reorder: send Discord FIRST; commit CHANGELOG + version bump ONLY on
  a successful announce, so a failed send never consumes a version.
- Raise max_tokens for the deepseek-v4-flash reasoning model (6000/4000)
  so reasoning+content fit and content is never empty.
- Guard against empty content (don't POST an empty Discord message).
- Add workflow_dispatch (manual re-fire) with an optional base ref input.
2026-06-11 19:12:52 +02:00
David Montero 937b912c45 chore(ci): call deepseek-v4-flash instead of deepseek-chat for release notes 2026-06-11 14:58:24 +02:00
David Montero 200875720c fix(ci): auto-increment release version + baseline 3.0.0
Seed the release branch with the corrected discord-release-notify workflow
and version baseline BEFORE the next master->release merge, so that merge
announces v3.0.0 and the workflow bumps the patch (3.0.0 -> 3.0.1 -> ...)
on every subsequent merge instead of repeating the same version.

A direct push (not a pull_request) does not trigger the announce workflow,
so this is safe to land here ahead of the merge.
2026-06-11 14:54:43 +02:00
David Montero Crespo d789a2c7e2 fix: update version to 2.0.1, enhance Discord release notification workflow, and mark subproject commits as dirty 2026-04-07 14:12:10 -03:00
David Montero Crespo 4b473ade6a feat: add Discord release merge notification workflow 2026-04-07 14:11:46 -03:00