Skip to content

Fixes for app publishing#35

Merged
KenVanHoeylandt merged 4 commits into
mainfrom
develop
Jul 3, 2026
Merged

Fixes for app publishing#35
KenVanHoeylandt merged 4 commits into
mainfrom
develop

Conversation

@KenVanHoeylandt

@KenVanHoeylandt KenVanHoeylandt commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Bug Fixes
    • Updated many bundled apps to work with a newer platform/runtime version, improving compatibility across the app collection.
    • Refreshed app version numbers across multiple apps, including HelloWorld, Calculator, Snake, TodoList, and others.
  • Chores
    • Adjusted the release workflow so app publishing can run under additional workflow triggers, not just main-branch pushes.

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4a452a4d-1bca-493e-ab41-c954bbba593f

📥 Commits

Reviewing files that changed from the base of the PR and between 71bf263 and c25ddbd.

📒 Files selected for processing (18)
  • .github/workflows/main.yml
  • Apps/Brainfuck/manifest.properties
  • Apps/Breakout/manifest.properties
  • Apps/Calculator/manifest.properties
  • Apps/Diceware/manifest.properties
  • Apps/EpubReader/manifest.properties
  • Apps/GPIO/manifest.properties
  • Apps/GraphicsDemo/manifest.properties
  • Apps/HelloWorld/manifest.properties
  • Apps/M5UnitTest/manifest.properties
  • Apps/Magic8Ball/manifest.properties
  • Apps/MediaKeys/manifest.properties
  • Apps/MystifyDemo/manifest.properties
  • Apps/SerialConsole/manifest.properties
  • Apps/Snake/manifest.properties
  • Apps/TamaTac/manifest.properties
  • Apps/TodoList/manifest.properties
  • Apps/TwoEleven/manifest.properties

📝 Walkthrough

Walkthrough

This pull request comments out the push-to-main conditional guard on the PublishApps job in the GitHub Actions workflow, allowing the job to run for other workflow triggers as well. Separately, it updates manifest.properties files across 17 apps, bumping target.sdk from 0.7.0 to 0.8.0-dev and incrementing each app's version.name and version.code fields. No exported/public entity declarations were altered beyond configuration metadata values.

Changes

Area Change
CI Workflow Disabled push-to-main conditional guard on PublishApps job
App Manifests (17 apps) Bumped target.sdk to 0.8.0-dev; incremented app.version.name and app.version.code

Sequence Diagram(s)

Not applicable — changes are configuration/metadata updates without an observable interaction flow.

Related Issues: No related issues found in the provided context.

Related PRs: No related PRs found in the provided context.

Suggested labels: ci, dependencies, configuration

Suggested reviewers: No reviewer information available in the provided context.

Poem
A rabbit hopped through manifest lines,
Bumping versions, tidy signs,
0.8.0-dev now leads the way,
Seventeen apps updated today,
And CI runs on every push it finds. 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and broadly matches the release/publishing-related changes in the workflow and app manifest updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@KenVanHoeylandt KenVanHoeylandt merged commit 694b68d into main Jul 3, 2026
1 of 18 checks passed
@KenVanHoeylandt KenVanHoeylandt deleted the develop branch July 3, 2026 20:30
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