From deac0803284fa6f14f88eb41d492237c067b50ae Mon Sep 17 00:00:00 2001 From: Craig West Date: Fri, 18 Jul 2025 09:37:29 +0100 Subject: [PATCH 1/2] feat: add explanations --- .github/workflows/ci_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index a4a654f..dc5171f 100644 --- a/.github/workflows/ci_template.yaml +++ b/.github/workflows/ci_template.yaml @@ -462,7 +462,7 @@ jobs: notes += f"Latest Version: ${{ needs.semantic_release.outputs.next-version }}\n\n" notes += f"Commit Message: ${{ steps.changelog-commit.outputs.commit_message }}\n\n" - + notes += f"(Changes with commit messages since last release)\n\n" if breaking: notes += "## 💥 BREAKING CHANGES\n" notes += "\n".join(breaking) + "\n\n" From 627f4ccf5a5eba7a2784ab6875c6f9c51ab992d6 Mon Sep 17 00:00:00 2001 From: Craig West Date: Sun, 20 Jul 2025 09:57:01 +0100 Subject: [PATCH 2/2] docs: add poetry version --- README_CRAIG_NOTES_POETRY.md | 67 ++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 README_CRAIG_NOTES_POETRY.md diff --git a/README_CRAIG_NOTES_POETRY.md b/README_CRAIG_NOTES_POETRY.md new file mode 100644 index 0000000..8b561c6 --- /dev/null +++ b/README_CRAIG_NOTES_POETRY.md @@ -0,0 +1,67 @@ +# Conventional commits + +## Using local Wholepal2 + +`poetry add conventional-pre-commit` + +`poetry run pre-commit install --hook-type commit-msg` + +`add to pre-commit-config.yaml` + + - repo: https://github.com/compilerla/conventional-pre-commit + rev: v2.1.1 + hooks: + - id: conventional-pre-commit + stages: [commit-msg] + +types: + - feat + - fix + - docs + - style + - refactor + - test + - chore + - ci + - build + - perf + - revert + +scopes: + - api + - ui + - auth + - db + - config + +optional_scopes: true + +# Valid commit messages +git commit -m "feat: add user authentication" +git commit -m "fix: resolve database connection issue" +git commit -m "docs: update README with setup instructions" +git commit -m "feat(auth): implement JWT token validation" +git commit -m "fix(db): handle connection timeout errors" + +## Secrets + + - repo: https://github.com/Yelp/detect-secrets + rev: v1.4.0 + hooks: + - id: detect-secrets + + - repo: local + hooks: + - id: scan_secrets_id + name: Scan for leaks + entry: python scan_secrets.py + language: python + stages: [pre-commit] + +## Branch rules + +use classic option + +## Branch naming + +feat/description pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy