Skip to content

fix: add bot authoring to release commit#2329

Merged
jcubic merged 1 commit into
mainfrom
bot-authoric
May 20, 2026
Merged

fix: add bot authoring to release commit#2329
jcubic merged 1 commit into
mainfrom
bot-authoric

Conversation

@jcubic

@jcubic jcubic commented May 20, 2026

Copy link
Copy Markdown
Member

I'm fixing a bug or typo

  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • squash merge the PR with commit message "fix: [Description of fix]"

I'm adding a parameter to an existing command X:

  • add parameter to the function in src/api/X.js (and src/commands/X.js if necessary)
  • document the parameter in the JSDoc comment above the function
  • add a test case in __tests__/test-X.js if possible
  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • read "Appendix A submodules" in the CONTRIBUTING.md document. Be sure to include submodule tests.

I'm adding a new command:

  • add as a new file in src/api (and src/commands if necessary)
  • add command to src/index.js
  • update __tests__/test-exports.js
  • create a test in src/__tests__
  • document the command with a JSDoc comment
  • add page to the Docs Sidebar website/sidebars.json
  • add page to the v1 Docs Sidebar website/versioned_sidebars/version-1.x-sidebars.json
  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • squash merge the PR with commit message "feat: Added 'X' command"
  • read "Appendix A submodules" in the CONTRIBUTING.md document. Be sure to include submodule tests.

Summary by CodeRabbit

  • Chores
    • Enhanced release automation infrastructure with improved Git identity configuration for automated deployment processes.

Review Change Stack

Copilot AI review requested due to automatic review settings May 20, 2026 12:05
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown

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: a73f18e4-473a-4d3d-9d98-f2d0906f43a1

📥 Commits

Reviewing files that changed from the base of the PR and between a71a835 and 673fa2a.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • azure-pipelines.yml

📝 Walkthrough

Walkthrough

GitHub Actions and Azure Pipelines workflows are both updated to configure Git user identity before publishing releases. Each platform's workflow adds a new step to set user.name and user.email to bot credentials immediately before executing release and publish commands.

Changes

Git Identity Configuration for Release Automation

Layer / File(s) Summary
Git identity configuration across CI platforms
.github/workflows/ci.yml, azure-pipelines.yml
GitHub Actions and Azure Pipelines workflows both add steps to configure Git user.name and user.email before release operations, ensuring commits during automated publishing are attributed to bot credentials.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

released

🐰 Two workflows, one bot, a hop and a skip,
Git identity set for the release trip,
Commits now signed with a whisker and care,
The isomorphic-git-bot, always there!

🚥 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 accurately describes the main change: adding bot authoring configuration to release commits in both CI/CD workflows.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bot-authoric

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.

@jcubic jcubic review requested due to automatic review settings May 20, 2026 12:05
@jcubic jcubic merged commit 328b1ba into main May 20, 2026
13 of 14 checks passed
@jcubic jcubic deleted the bot-authoric branch May 20, 2026 12:17
@jcubic

jcubic commented May 25, 2026

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.38.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant