Skip to content

ci: branch-based dispatch for clet notifications#5258

Merged
tig merged 1 commit into
mainfrom
ci/notify-clet-branch-based
May 8, 2026
Merged

ci: branch-based dispatch for clet notifications#5258
tig merged 1 commit into
mainfrom
ci/notify-clet-branch-based

Conversation

@tig
Copy link
Copy Markdown
Member

@tig tig commented May 8, 2026

Summary

  • Send tg-main-published for any NuGet publish from main (rc, beta, stable)
  • Send tg-develop-published for develop publishes
  • Previously used the version suffix (contains - → develop), which incorrectly treated rc/beta the same as develop

Why

gui-cs/clet now builds from TG main. The old logic sent tg-develop-published for rc.3, which clet no longer listens for (gui-cs/clet#112). This change lets any TG main-branch publish (rc, beta, stable) trigger a clet main-channel release.

Companion PR: gui-cs/clet#113 (listens for tg-main-published)

Test plan

  • Next TG develop publish sends tg-develop-published
  • Next TG main publish (rc/stable) sends tg-main-published

🤖 Generated with Claude Code

Send tg-main-published for any publish from main (rc, beta, stable)
and tg-develop-published for develop publishes. Previously used the
version suffix to distinguish, which treated rc/beta the same as
develop.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tig tig merged commit 2715677 into main May 8, 2026
11 of 12 checks passed
@tig tig deleted the ci/notify-clet-branch-based branch May 8, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant