Skip to content

Publish SDK releases from GitHub Actions - #50

Merged
Chinmay-KB merged 3 commits into
mainfrom
ci/publish-on-main-merge
Sep 1, 2026
Merged

Publish SDK releases from GitHub Actions#50
Chinmay-KB merged 3 commits into
mainfrom
ci/publish-on-main-merge

Conversation

@Chinmay-KB

@Chinmay-KB Chinmay-KB commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Publish tugboat and tugboat_dio to pub.dev from GitHub Actions when a version-bump PR merges to main (tag v<version> plus workflow_dispatch, which pub.dev requires).
  • Packages stay at 0.8.13, matching main. This PR does not bump a new SDK version; capture behavior is unchanged.
  • Hosts should depend on hosted pub.dev packages, not a GitHub git dependency, so this repository can be private later.

Test plan

Merges to main that bump the lockstep package version now tag v<version>
and publish tugboat and tugboat_dio, so hosts can depend on pub.dev after
the GitHub repository is private.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T18:16:42.253148Z 65d7d5c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 65d7d5c45c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread sdks/flutter/packages/tugboat/example/README.md Outdated
Chinmay-KB and others added 2 commits September 1, 2026 23:47
Keep the monorepo layout and Flutter 0.8.13 packages. Point GitHub Actions
pub.dev publishing at sdks/flutter/packages so a merge to main can tag and
release tugboat and tugboat_dio.
The hosted package still ships example/, but resolution: workspace means
flutter run only works in this monorepo, not from an unpacked pub archive.

Co-authored-by: Chinmay Kabi <chinmay@blend.to>
@Chinmay-KB Chinmay-KB changed the title Publish SDK releases from GitHub Actions (0.8.12) Publish SDK releases from GitHub Actions Sep 1, 2026
@Chinmay-KB
Chinmay-KB merged commit 536917e into main Sep 1, 2026
8 checks passed
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.

2 participants