Files
svgedit/packages/svgcanvas/publish.md
2025-06-09 17:01:41 +02:00

7 lines
264 B
Markdown

## To publish this package
1. update the version number in package.json
2. update the CHANGES.md
3. move to the package directory (packages/svgcanvas)
4. run 'npm publish' (that will automate the build)
5. create a commit with above changes called 'release x.y.z'