Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 29, 2025

Summary by CodeRabbit

  • Chores
    • Improved release automation process with updated tooling versions and streamlined token management.
    • Enhanced workflow trigger conditions for more reliable deployments.

✏️ Tip: You can customize this high-level summary in your review settings.

@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Nov 29, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The release workflow is restructured to separate semantic release and pub.dev publishing into distinct jobs. A new pub-publish job handles tag-based publishing. Token consolidation replaces GITHUB_TOKEN with RELEASE_GITHUB_TOKEN, and Dart SDK is updated to 3.10.0 with Flutter set to 3.38.1. The docs publishing step dependency shifts from the release job to pub-publish.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Restructuring
.github/workflows/release-automated.yml
Renames semantic-release job to release with updated trigger conditions and permissions. Introduces new pub-publish job for tag-based publishing. Consolidates token usage to RELEASE_GITHUB_TOKEN. Updates Dart SDK to 3.10.0 and Flutter to 3.38.1. Adjusts docs publishing dependency from release to pub-publish with tag-based conditions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Verify token consolidation: ensure RELEASE_GITHUB_TOKEN is properly configured in repository secrets
  • Confirm new job dependency chain is correct—pub-publish should only trigger on tags, and docs should properly depend on it
  • Validate compatibility of updated Dart (3.10.0) and Flutter (3.38.1) versions with the codebase

Possibly related issues

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9dc36f9 and 6cc2b08.

📒 Files selected for processing (1)
  • .github/workflows/release-automated.yml (4 hunks)

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 and usage tips.

@mtrezza mtrezza merged commit 1ba73a6 into parse-community:master Nov 29, 2025
10 of 11 checks passed
@mtrezza mtrezza deleted the ci/fix-release-publish branch November 29, 2025 05:45
@codecov
Copy link

codecov bot commented Nov 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.46%. Comparing base (d3f2333) to head (6cc2b08).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1069   +/-   ##
=======================================
  Coverage   43.46%   43.46%           
=======================================
  Files          61       61           
  Lines        3587     3587           
=======================================
  Hits         1559     1559           
  Misses       2028     2028           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@parseplatformorg
Copy link

🎉 This change has been released in version 9.2.0

@parseplatformorg
Copy link

🎉 This change has been released in version 10.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants