Skip to content

feat(release): add scripted multi-branch release process#78

Open
tkummermehr wants to merge 1 commit intomainfrom
feat/release-script
Open

feat(release): add scripted multi-branch release process#78
tkummermehr wants to merge 1 commit intomainfrom
feat/release-script

Conversation

@tkummermehr
Copy link
Copy Markdown
Collaborator

@tkummermehr tkummermehr commented May 4, 2026

Summary

Adds release.ps1 — PowerShell script to automate releasing across all 4 source trees:

  • main (full async)
  • libtc6 (async lib-only)
  • no-queues-synchronous (full sync)
  • libtc6-sync (sync lib-only)

Generates 4 tags per release with consistent versioning: v<X>-async, v<X>-async-lib, v<X>-sync, v<X>-sync-lib.

Release script creates lib-only branches for both async and sync variants
and tags all 4 source trees consistently: v<X>-async, v<X>-async-lib,
v<X>-sync, v<X>-sync-lib. Enables consuming projects to pin submodules
to library-only source at release tags.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@tkummermehr tkummermehr requested a review from SvenSemmler May 4, 2026 11:57
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