Skip to content

Conversation

@feanil
Copy link
Contributor

@feanil feanil commented Jan 2, 2026

  • build: Invert version fetching.
  • build: Add minimal config needed for python-semantic-release
  • build: Add a github workflow for python-semantic-release
  • fiX: Correct working directory for semantic release.

@feanil feanil force-pushed the feanil/setup-semantic-release branch 2 times, most recently from 87ecfc7 to 4274662 Compare January 2, 2026 18:26
@feanil feanil marked this pull request as ready for review January 2, 2026 18:27
@feanil feanil requested a review from Copilot January 2, 2026 18:27
@codecov
Copy link

codecov bot commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.23%. Comparing base (6035bdf) to head (44e469b).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   88.20%   88.23%   +0.02%     
==========================================
  Files          13       13              
  Lines         407      408       +1     
  Branches       16       16              
==========================================
+ Hits          359      360       +1     
  Misses         40       40              
  Partials        8        8              
Flag Coverage Δ
unittests 88.23% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR configures python-semantic-release for automated versioning and releases. It corrects the parameter name from working-directory to directory for python-semantic-release actions to ensure proper operation in the backend subdirectory.

  • Changes parameter from working-directory to directory for python-semantic-release actions
  • Updates two action invocations to use the correct parameter name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

path: dist
if-no-files-found: error
working-directory: './backend'
directory: './backend'
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

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

The 'directory' parameter is not supported by the actions/upload-artifact@v4 action. This action does not have a 'directory' parameter. Instead, the 'path' parameter should be updated to include the directory prefix if needed (e.g., 'backend/dist' instead of 'dist'), or the directory context should be handled differently. This will cause the workflow to fail.

Copilot uses AI. Check for mistakes.
Fix the directory for the reusable plugin as well as for the pypi upload
step.
@feanil feanil force-pushed the feanil/setup-semantic-release branch from 4274662 to 44e469b Compare January 2, 2026 18:31
@feanil feanil requested a review from Copilot January 2, 2026 18:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@feanil feanil merged commit cad6351 into main Jan 2, 2026
14 checks passed
@feanil feanil deleted the feanil/setup-semantic-release branch January 2, 2026 18:34
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