Sitecore Content Hub WebClient JS SDK
Sitecore Content Hub WebClient JS SDK, which is a lightweight JS client for Sitecore Content Hub.
Internal resources
- Backlog
- Slack: #ch-devex-questions
Release process
There are currently three build configurations that are specified in bitbucket-pipelines.yml
- A basic build runs each time a pull request is created or updated. This is to ensure that all unit tests are passing before committing any code to
master
. - Once a pull request has been completed and the code is merged to
master
, an internal build is triggered automatically. - Public releases can be created by tagging a commit with the following:
release-<major>.<minor>.<patch>
(e.grelease-1.0.0
). Upon a successful build all artifacts are pushed to the public channels.
Documentation
- Stylelabs.M.Docs reporitory NOTE: There are multiple paths for various versions that need to be updated independently.