Skip to content

Conversation

@sgauth01
Copy link
Collaborator

  • fix Implement dynamic versioning #77
  • added dynamic versioning by editing toml file and creating a __version__.py file in package
  • also updated the trigger for the deploy.yml flow to be when we bump the version number
  • we bump the version number through git (after committing) by doing git tag v*.*.* and then git push origin v.*.*.*

@github-actions github-actions bot temporarily deployed to pr-87 January 30, 2026 18:04 Destroyed
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

❌ Patch coverage is 73.68421% with 5 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (otter@4895f6e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/wordguess/__version__.py 72.22% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             otter      #87   +/-   ##
========================================
  Coverage         ?   97.67%           
========================================
  Files            ?       11           
  Lines            ?      430           
  Branches         ?       69           
========================================
  Hits             ?      420           
  Misses           ?        6           
  Partials         ?        4           

☔ 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.

Copy link
Collaborator

@risha-daz risha-daz left a comment

Choose a reason for hiding this comment

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

__version __ to be be imported in __init__.py for the tag to work

@github-actions github-actions bot temporarily deployed to pr-87 January 30, 2026 23:42 Destroyed
@sgauth01
Copy link
Collaborator Author

__version __ to be be imported in __init__.py for the tag to work

Added in latest commit

@sgauth01 sgauth01 requested a review from risha-daz January 30, 2026 23:42
@yhouyang02 yhouyang02 merged commit c7ce731 into otter Jan 31, 2026
12 checks passed
@yhouyang02 yhouyang02 deleted the dynamic_versioning branch January 31, 2026 06:40
@yhouyang02 yhouyang02 linked an issue Jan 31, 2026 that may be closed by this pull request
@yhouyang02 yhouyang02 added this to the milestone4 milestone Jan 31, 2026
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.

Implement dynamic versioning

4 participants