Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 462 Bytes

publish.md

File metadata and controls

9 lines (9 loc) · 462 Bytes

To publish this package

  1. Make sure that @svgedit/packages is published if a new version is made (see publish.md in its corresponding folder)
  2. modify package.json to update:
    • The new version of svgcanvas (if any)
    • The new version of svgedit
  3. run 'npm install' to update the corresponding package-lock.json
  4. update the CHANGES.md
  5. run 'npm publish' (that will automate the build)
  6. create a commit with above changes called 'release x.y.z'