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 https://github.com/jgraph/mxgraph.
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the
package.json
file - Create a PR to the
main
branch with your changes - Once the PR is approved and merged, a new release will be created and published automatically.
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the
package.json
file - Run
npm install
to install the dependencies - Run
npm pack
to create a tarball of the package - Push the contents of the tarball to the release branch
- Create a new release in the Github UI
- Create a new tag with the version number and set the release branch as the target
- Publish the release