15d17c2eb3 | ||
---|---|---|
.github/workflows | ||
etc/build | ||
src | ||
test/queryplan | ||
.gitignore | ||
.npmignore | ||
CODE_OF_CONDUCT.md | ||
ChangeLog | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
package-lock.json | ||
package.json |
README.md
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 https://github.com/jgraph/mxgraph.
How to publish a new version of azdataGraph
- 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.
To manually publish a new version of azdataGraph
- 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