This page is part of the App Framework Documentation
For each change to App Framework code, please follow these steps:
- Create an issue
- Will be categorized as "new feature", "bug" or "improvement"
- Should be discussed for new features
- Create a branch
- Should be named "feature-123", "fix-123" or "enhancement-123" where 123 is the issue number
- Develop the solution
- Update the postinstall routine to apply changes to previous versions
- On variables change, check dependencies in source code
- On file change, check dependencies in source code
- Test the solution
- On macOS / Windows / Linux after changes to scripts folder
- On iOS / Android / Web after changes to client or demo folder
- With a new / updated project after changes to the postinstall routine
- Update the documentation
- Features in file README.md
- Documentation in folder docs
- Commit the branch as a pull request
For each new pull request, please follow these steps:
- Verify the testing
- Discuss findings in the pull request
- Verify the documentation update
- Discuss findings in the pull request
- Merge the pull request and delete the branch
- Add the issue in file CHANGELOG.md for the next version
- Close the issue with reference to the pull request
For each release, please follow these steps:
- Build a new App Framework version and commit it to GitHub
- Run
npm run patch
after bug-fixes and improvements (version bump to x.y.z+1) - Run
npm run minor
after adding new functionality (version bump to x.y+1.0) - Run
npm run major
after breaking backward-capability (version bump to x+1.0.0)
- Run
- Update the version with release date in file CHANGELOG.md and commit it to GitHub
- Publish to the npm repository with
npm publish
- Deploy new Demo App version
- to Firebase hosting with
npm run firebase
- to Google Play Store, update all information before commit (read documentation)
- to Apple App Store, update all information before commit (read documentation)
- to Firebase hosting with
- Update external documentation
- Promote new version