Files
svgedit/packages/svgcanvas/publish.md
2023-12-10 11:22:50 +01:00

7 lines
277 B
Markdown

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