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