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