From 8a5989dddc4082371cf02e953640dac0bac01938 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 8 Jul 2025 15:21:07 -0300 Subject: [PATCH] SIENTIAPDE-1110 shortcut --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b09a7..22facb3 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,11 @@ pytest --cov=ingestor ### Generate complete report ``` pytest --cov=ingestor --cov-report=html -``` \ No newline at end of file +``` + +#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