tigr81 python package project template
-
Make Changes
Modify the template inpoetry_pkg
as needed. -
Scaffold the Project Locally
Use the following command to scaffold the project locally and verify that everything is functioning correctly:tigr81 scaffold poetry_pkg --dev --default
-
Commit Your Changes Once you are satisfied with your modifications, commit your changes.
-
Re-Scaffold the Project Run the scaffold command again to ensure no changes are detected:
tigr81 scaffold poetry_pkg --dev --default
-
Versioning Your Changes Write a commit message following the format: release(
<type>
), where<type>
is one ofmajor
,minor
, orpatch
, to reflect the significance of the changes made. -
Create a Pull Request Open a Pull Request (PR) from your branch to the main branch.
-
Monitor the Release Process After the PR is merged, close the PR and monitor the
Release on PR Merge
workflow to ensure the release is processed correctly.