0.21.25 • Published 6 months ago
@Print-one/grapesjs
This is a fork of grapesjs.
Development
Making a new release
- Update the version in
package.json - Make a new release tag using
git tag -a v<version> -m "Release <version>" - Push the tag using
git push origin --tags - Verify the release has been published to npm