Skip to content

fix(ci): restore signed commits using changesets API with husky file fix#102

Closed
pasevin wants to merge 2 commits into
mainfrom
fix/restore-signed-commits-with-changesets-api
Closed

fix(ci): restore signed commits using changesets API with husky file fix#102
pasevin wants to merge 2 commits into
mainfrom
fix/restore-signed-commits-with-changesets-api

Conversation

@pasevin

@pasevin pasevin commented Aug 13, 2025

Copy link
Copy Markdown
Collaborator

Restores signed commits in the update-versions workflow by using changesets action with GitHub API while fixing the executable files issue. The previous fix removed GitHub API usage, resulting in unsigned commits. This solution uses changesets action for signed commits while temporarily removing executable permissions from Husky files for API compatibility.

@pasevin
pasevin requested review from a team as code owners August 13, 2025 08:27
Comment thread .github/workflows/update-versions.yml Outdated
with:
commit: 'chore: update export versions'
title: 'chore: update export versions'
setupGitUser: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: By default is true, so maybe we can remove the line.

@pasevin

pasevin commented Aug 13, 2025

Copy link
Copy Markdown
Collaborator Author

Closing this PR as the changes are minor and don't address the core signing issue. The real fix is in PR #103 which restores commitMode: 'github-api' for signed commits in the publish workflow.

@pasevin pasevin closed this Aug 13, 2025
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