SIENTIAPDE-1163

Update .gitignore to include git_log and enhance README.md with instructions for generating a git log summary.
This commit is contained in:
vitor-aignosi
2025-07-17 12:37:54 -03:00
parent 515881b404
commit 9bcf882d00
2 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View File

@@ -39,4 +39,6 @@ htmlcov/
.coverage
# git keys
git_key*
git_key*
git_log

View File

@@ -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