From b0d0478b201ac54da2dc73d3777f3fb186df57a1 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 17 Jul 2025 12:32:38 -0300 Subject: [PATCH] SIENTIAPDE-1163 Add PR shortcut command to README for easier log generation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c16d207..3e90449 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,10 @@ The application can be deployed using the following command: ```bash helm upgrade --install sientia-dataops-opc-ingestor sientia/sientia-module -n sientia-opc --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