Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 29, 2025

Summary by CodeRabbit

  • Chores
    • Streamlined release automation by removing intermediate workflow outputs and consolidating job dependencies.
    • Removed separate publish job trigger, simplifying the release pipeline.
    • Updated publish conditions to rely purely on tag prefix detection for more reliable triggering.
    • Switched workflow references to use direct GitHub context for improved consistency.

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

@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@mtrezza mtrezza merged commit b0bf0b1 into parse-community:master Nov 29, 2025
10 of 11 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Nov 29, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This change refactors GitHub Actions release workflows by removing output-based job coupling. The automated release workflow no longer exposes dart_tag and flutter_tag outputs or triggers a dependent publish job. Instead, the publish workflow now relies solely on tag name detection from github.ref_name for conditional job execution.

Changes

Cohort / File(s) Summary
Automated Release Workflow
​.github/workflows/release-automated.yml
Removed outputs section exposing dart_tag and flutter_tag, removed step IDs for semantic-release steps, and deleted the publish job that previously depended on release outputs.
Publish Workflow Refactor
​.github/workflows/release-publish.yml
Removed workflow_call inputs (dart_tag, flutter_tag) and related env resolution logic. Updated job conditionals (pub-publish-dart, pub-publish-flutter, docs-publish-dart, docs-publish-flutter) to trigger on tag prefix matching instead of optional inputs. Replaced all env.dart_tag_resolved / env.flutter_tag_resolved references with github.ref_name for tag detection and checkout operations.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

  • Verify all github.ref_name substitutions for environment variable replacements are correct across job conditionals and checkout steps
  • Confirm tag prefix matching logic (dart- and flutter-) functions as intended for job triggering
  • Validate that removing the outputs and dependent publish job does not disrupt the overall publish workflow execution path

Possibly related PRs

  • ci: Fix auto-release #1071: Modifies the same release-publish.yml workflow file with direct changes to tag input sourcing and checkout ref handling.
  • ci: Fix auto-release #1069: Modifies both release workflow files (release-automated.yml and release-publish.yml) with alterations to release/publish job structure and tag-based publish behavior.
✨ 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 4139f9e and b4aea2f.

📒 Files selected for processing (2)
  • .github/workflows/release-automated.yml (0 hunks)
  • .github/workflows/release-publish.yml (6 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 deleted the ci/fix-ar branch November 29, 2025 06:51
@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 (4139f9e) to head (b4aea2f).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1072   +/-   ##
=======================================
  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.3.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