-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: correcting config for python-semantic-release to work with poetry #8
Conversation
PR Description updated to latest commit (362ccd9) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Type
enhancement, documentation
Description
__version__
attribute indet/__init__.py
and added a module docstring.poetry run semantic-release version
in.github/workflows/ci-cd.yml
.README.md
.build_command
inpyproject.toml
to includepoetry publish
, facilitating automatic package publishing.Changes walkthrough
__init__.py
Initialize Module with Version and Docstring
det/init.py
__version__
attribute with initial version "0.0.0".ci-cd.yml
Automate Version Management in CI/CD Pipeline
.github/workflows/ci-cd.yml
poetry run semantic-release version
beforepublishing.
pyproject.toml
Update Build Command to Include Publishing
pyproject.toml
build_command
to includepoetry publish
after build.README.md
Document Initial Version in README
README.md