Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release workflow, dynamic versioning #30

Merged
merged 3 commits into from
Mar 11, 2025
Merged

Add release workflow, dynamic versioning #30

merged 3 commits into from
Mar 11, 2025

Conversation

sritchie
Copy link
Contributor

@sritchie sritchie commented Mar 6, 2025

This PR:

  • replaces the static version with a dynamic versioning plugin that assigns versions based on git sha
  • adds a release.yml that will publish to pypi when a new GitHub release is published

Once we merge this we should create a git tag for 0.2.0 at the sha where that version was bumped.

@sritchie sritchie requested a review from benlebrun March 6, 2025 13:12
Copy link
Collaborator

@gabegrand gabegrand left a comment

Choose a reason for hiding this comment

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

Should this be rebased on #29?

@sritchie
Copy link
Contributor Author

@gabegrand this is ready to go now — I'll do a squash-merge once you give it a 👍 .

Copy link

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.00%. Comparing base (632acb6) to head (684a847).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   66.00%   66.00%           
=======================================
  Files          17       17           
  Lines         709      709           
=======================================
  Hits          468      468           
  Misses        241      241           

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

@sritchie sritchie merged commit fe65965 into main Mar 11, 2025
4 checks passed
@sritchie sritchie deleted the sritchie/release branch March 11, 2025 21:45
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