Skip to content

fix: release workflow needs full git history#183

Merged
piitaya merged 1 commit into
masterfrom
fix_release_workflow
May 24, 2026
Merged

fix: release workflow needs full git history#183
piitaya merged 1 commit into
masterfrom
fix_release_workflow

Conversation

@piitaya
Copy link
Copy Markdown
Collaborator

@piitaya piitaya commented May 24, 2026

The new release workflow defaults to 1.0.0 when run against a checkout that doesn't see prior tags (forks, freshly synced clones). actions/checkout@v6 does a shallow clone by default, so jossef/action-semantic-release-info has no history to scan.

Add fetch-depth: 0 so the action can find the most recent tag and bump from there.

Side effect: merging this fix: triggers a patch release (3.1.1), which will go through the new attested publish pipeline. The HA core requirements bot should then see the attestation on the latest PyPI version.

@piitaya piitaya merged commit 085dfba into master May 24, 2026
8 checks passed
@piitaya piitaya deleted the fix_release_workflow branch May 24, 2026 12:55
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