1.0.1 • Published 3 years ago

silk-components v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sitecore Content Hub WebClient JS SDK

Sitecore Content Hub WebClient JS SDK, which is a lightweight JS client for Sitecore Content Hub.

Internal resources

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.g release-1.0.0). Upon a successful build all artifacts are pushed to the public channels.

Documentation