- Clone repo
- Run
npm start
- Navigate to:
http://127.0.0.1:8081/examples/
npm run build:prod
- Merge PR into develop
- Head over to the repo's feature release action page.
- Select Run Workflow
- Choose between:
- patch - Bug/hot fixes
- minor - New features
- major - New / replaced APIs (usually breaking)
- Merge PR into master
- Head over to the repo's hotfix release action page.
- Select Run Workflow
The above processes push the changes to NPM and GitHub. However, customers using our Track SDK fetch the latest version automatically; we accomplish this by routing through Cloudflare page rules.
- Head over to Cloudflare Page Rules section for the
gist.build
domain. - Update
https://code.gist.build/web/latest/gist.min.js
for latest version - Update
https://code.gist.build/web/beta/gist.min.js
for beta testing