Skip to content

chore: sign Version Packages automation commits#50

Merged
alexz-phantom merged 1 commit into
masterfrom
security/signed-version-packages-pr
Jul 23, 2026
Merged

chore: sign Version Packages automation commits#50
alexz-phantom merged 1 commit into
masterfrom
security/signed-version-packages-pr

Conversation

@alexz-phantom

@alexz-phantom alexz-phantom commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • switch the Changesets automation from Git CLI commits to the GitHub API
  • ensure generated Version Packages commits and tags are GPG-signed by GitHub

Validation

  • actionlint -ignore 'setup-node@v3' .github/workflows/release.yml
  • git diff --check

The ignored setup-node@v3 actionlint finding predates this change.

Summary by CodeRabbit

  • Chores
    • Improved the release process by updating how release changes are committed.

@coderabbitai

coderabbitai Bot commented Jul 23, 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: 23d21d09-e267-4449-8542-fcf6b0f27b17

📥 Commits

Reviewing files that changed from the base of the PR and between e4a8cb5 and 7605665.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

📝 Walkthrough

Walkthrough

The release workflow configures the Changesets action to use GitHub API commits when creating release pull requests or publishing to npm.

Changes

Release workflow

Layer / File(s) Summary
Configure Changesets commit mode
.github/workflows/release.yml
Sets commitMode to github-api in the Changesets release action configuration.

Possibly related PRs

Suggested reviewers: jamonholmgren

🚥 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 reflects the workflow change to sign automation commits via the GitHub API.
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 security/signed-version-packages-pr

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.3.8)
.github/workflows/release.yml

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'


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

@alexz-phantom
alexz-phantom merged commit 4b99048 into master Jul 23, 2026
10 of 12 checks passed
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.

2 participants