Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Dec 3, 2025

Pull Request

Issue

On release and tag push via workflow release-automated.yml, the workflow release-publish.yml to publish to pub is not triggered due to the commit message containing the [skip ci] suffix.

Approach

Remove the [skip ci] suffix. This may re-invoke the release-automated.yml once itself but should not create an infinitive loops as no further commit will be made on 2nd run.

To prevent the unnecessary 2nd invocation, this may help in release-automated.yml:

if: github.event_name == 'push' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, 'chore(release)')

Summary by CodeRabbit

  • Chores
    • Updated release commit message formatting to streamline the release workflow.

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

@parse-github-assistant
Copy link

parse-github-assistant bot commented Dec 3, 2025

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Dec 3, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The [skip ci] directive is removed from the semantic-release git plugin's commit message template in release.config.js, resulting in release commits that will now trigger CI pipelines.

Changes

Cohort / File(s) Summary
Semantic Release Configuration
release.config.js
Removed [skip ci] directive from the @semantic-release/git plugin's message property, changing the release commit message template to allow CI pipeline execution on release commits

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Single file configuration change with no logic modifications
  • Straightforward removal of a CI skip directive from a commit message template
  • No functional or control flow impact beyond release commit messaging
✨ Finishing touches
  • 📝 Generate docstrings
🧪 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 f95ff96 and 30bf303.

📒 Files selected for processing (1)
  • release.config.js (1 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 dd139ec into parse-community:master Dec 3, 2025
10 of 11 checks passed
@mtrezza mtrezza changed the title ci: Fix autot-release ci: Fix auto-release Dec 3, 2025
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.75%. Comparing base (60520d6) to head (30bf303).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1092   +/-   ##
=======================================
  Coverage   43.75%   43.75%           
=======================================
  Files          61       61           
  Lines        3588     3588           
=======================================
  Hits         1570     1570           
  Misses       2018     2018           

☔ 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.

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