-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/setuptools scm uv hatch #29
Feature/setuptools scm uv hatch #29
Conversation
…version file path
…version file path
…ve static version file
README.md
Outdated
@@ -250,20 +303,6 @@ def process(handler: Handler) -> None: | |||
... | |||
``` | |||
|
|||
## Recommended Extensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this because it is duplicated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you redo the README.md from the latest README.md? Also please consolidate as much of the documentation as possible into a single section.
Also can you explain the release.yml github action and when , how it's supposed to be used and what should be changed when used as a template for a new project.
I edited the readme and make my documentation in a single section also added how the release.yml file works (how and when) |
Automated Version Management and CI/CD Enhancement
Summary
This PR introduces automatic version management using Git tags and establishes a robust CI/CD pipeline. Key improvements include:
setuptools_scm
Key Features
Version Management
setuptools_scm
CI/CD Pipeline
Documentation Update
Migration Notes
For Contributors:
git tag -a v1.2.3 -m "Feature release" git push --tags
uv pip install --editable ".[dev]"
Validation
git tag v0.1.0 && hatch build
Checklist
Resolves: #16 (if applicable)