Skip to content

Commit db85816

Browse files
committed
update readme
1 parent 5e2f1e9 commit db85816

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ The code generator uses an `api.json` spec file from the [OneSignal-Website-SDK]
1212

1313
The generator uses the URL hard-coded as a constant in the `src/support/constants.ts` file to fetch the spec. Make sure to update this URL as needed.
1414

15+
## Making Changes
16+
17+
If you made changes to templates, dependencies or other items that affect the downstream builds. When changes are merged to main, a pr is made to the downstreams prs.
18+
**PLEASE UPDATE THE COMMIT MESSAGE** to be accurate to the change. E.g. `fix: ...` or `feat: ...` depending on the type of change.
19+
1520
## Building For Release
1621

1722
Can run the build script to bundle release for each package. Used in CD.

0 commit comments

Comments
 (0)