From 9bcf882d00574f420d138cdc8b7f46cd0632291e Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 17 Jul 2025 12:37:54 -0300 Subject: [PATCH] SIENTIAPDE-1163 Update .gitignore to include git_log and enhance README.md with instructions for generating a git log summary. --- .gitignore | 4 +++- README.md | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9bab0b..9035481 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,6 @@ htmlcov/ .coverage # git keys -git_key* \ No newline at end of file +git_key* + +git_log \ No newline at end of file diff --git a/README.md b/README.md index d69a75c..51598d0 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,10 @@ The application can be deployed using the following command: ```bash helm upgrade --install sientia-dataops-laborious sientia/sientia-module -n sientia --create-namespace -f ./values.yaml ``` + +#PR shortcut +``` +git log origin/main..HEAD --no-merges > git_log +``` +Prompt: +Write a summary of PR changes in markdown. Be objective and direct. Write to file \ No newline at end of file