You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ The code generator uses an `api.json` spec file from the [OneSignal-Website-SDK]
12
12
13
13
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.
14
14
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
+
15
20
## Building For Release
16
21
17
22
Can run the build script to bundle release for each package. Used in CD.
0 commit comments