The framework for displaying our AppBuilder runtime in a web browser.
See ab_cli
Pull Requests should be tagged with a label major, minor or patch. Use major for breaking changes, minor for new features, or patch for bug fixes. To merge without creating a release a skip-release tag can be added instead.
📝 In the pull request body add release notes between these tags:
<!-- #release_notes -->
<!-- /release_notes --> Anything between those 2 lines will be used as release notes when creating a version.
- A new version will be created using semantic versioning
- The version will be updated in
package.json - A new tag and release will be created on GitHub
- A Workflow in
AppBuilder Service Webwill be triggered to build a new Image.
- Your changes exist locally, since you're
buildorwatching them - Those changes end up in
/web - Push those changes to a new branch on
AppBuilder Service Web - Follow the directions in that repo for building a custom image