Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.28 KB

azdataGraph

azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

This is a graph diagraming component developed for use in Azure Data Studio.

For more information on mxGraph please see mxgraph

Typings for the mxGraph library are included in this package. The typings are forked from typed-mxgraph

How to publish a new version of azdataGraph

  1. Clone the azdataGraph repository
  2. Make your changes
  3. Update the version number in the package.json file
  4. Create a PR to the main branch with your changes
  5. Once the PR is approved and merged, a new release will be created and published automatically.

To manually publish a new version of azdataGraph

  1. Clone the azdataGraph repository
  2. Make your changes
  3. Update the version number in the package.json file
  4. Run yarn to install the dependencies
  5. Run yarn build to build the package
  6. Run yarn pack to create a tarball of the package
  7. Push the contents of the tarball to the release branch
  8. Create a new release in the Github UI
  9. Create a new tag with the version number and set the release branch as the target
  10. Publish the release