Skip to content

Fix/release process#8

Merged
mhalagan merged 3 commits intomainfrom
fix/release-process
Mar 3, 2026
Merged

Fix/release process#8
mhalagan merged 3 commits intomainfrom
fix/release-process

Conversation

@mhalagan
Copy link
Copy Markdown
Collaborator

@mhalagan mhalagan commented Mar 3, 2026

Summary

Changes

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/build changes

Checklist

  • My code follows the project's code style
  • I have added tests that cover my changes
  • All new and existing tests pass (uv run pytest)
  • I have run linting and type checking (uv run pre-commit run --all-files)
  • I have updated documentation as needed
  • My commits follow Conventional Commits

mhalagan and others added 3 commits March 2, 2026 12:05
…ication

Update ossf/scorecard-action SHA to match what the OpenSSF API expects,
fixing the 'imposter commit' error. Also update checkout to v6.0.2,
codeql-action to v4.32.0, and add artifact upload step per official
template.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Let release.yml own the GitHub Release so it can attach build
artifacts (wheel, tarball, SBOM). Release Please still manages the
changelog PR, version bump, and git tag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
MkDocs with navigation.indexes treats index.md files as section pages,
so linking to e.g. integrations/index.md resolves incorrectly. Use
directory paths (integrations/) instead across 11 files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@mhalagan mhalagan merged commit 865195c into main Mar 3, 2026
10 checks passed
@mhalagan mhalagan deleted the fix/release-process branch March 3, 2026 02:11
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