From 52ec07c400c408b35370044691042f5fdb3b3f50 Mon Sep 17 00:00:00 2001 From: Andy Brunner Date: Mon, 6 Mar 2023 11:53:57 +0100 Subject: [PATCH] update README with instructions on making changes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 15e72f8..038429a 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,13 @@ The Lambda can be invoked with a event containing a JSON like this: "TransmitMode": 1 } ``` + +# Development +## How to apply changes +- Make sure you have the latest commits locally pulled (Github actions create new commits on the server). +- make your changes + - If there are only commits with _fix:_ prefix, projen bumps only the _PATCH_ version. + - If there is at least one commit with _feat:_ prefix, projen bumps the _MINOR_ version +- run the command `yarn build` locally +- commit the latest changes +- `git push` your changes \ No newline at end of file