Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 401 Bytes

@Print-one/grapesjs

This is a fork of grapesjs.

Development

Making a new release

  1. Update the version in package.json
  2. Make a new release tag using git tag -a v<version> -m "Release <version>"
  3. Push the tag using git push origin --tags
  4. Verify the release has been published to npm