Skip to content

Commit

Permalink
update README with instructions on making changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baartch committed Mar 6, 2023
1 parent cb2066d commit 52ec07c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52ec07c

Please sign in to comment.