Skip to content

chore(release): prepare public examples for v0.9.0 - #1

Merged
amasiye merged 3 commits into
mainfrom
develop
Aug 6, 2026
Merged

chore(release): prepare public examples for v0.9.0#1
amasiye merged 3 commits into
mainfrom
develop

Conversation

@amasiye

@amasiye amasiye commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • publish the standalone example-games repository setup
  • document public installation paths
  • validate projects in CI
  • synchronize engine versions after releases

Validation

  • latest example-games CI completed successfully
  • develop contains no generated game output

@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: ffa65426f0

ℹ️ 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".

uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Synchronize engine releases through develop

When an engine-released dispatch contains a new version, this forces the synchronization job onto main, and the later git push origin HEAD:main writes directly to that branch. This bypasses the newly established develop-first workflow, leaves develop targeting the old engine version, and risks a subsequent develop-to-main merge reverting the synchronized release; check out develop and push with an explicit develop:develop refspec instead.

AGENTS.md reference: AGENTS.md:L18-L21

Useful? React with 👍 / 👎.

@amasiye
amasiye merged commit 539f6f5 into main Aug 6, 2026
14 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.

1 participant