Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 348 Bytes

Netlify CMS Widget Parent

A Netlify CMS widget to select directory parent for an entry

Development

yarn
yarn develop

Build

yarn
yarn build

Releasing

  1. Merge the release PR
  2. Switch to the default branch git checkout main
  3. Pull latest changes git pull
  4. yarn
  5. Publish the package npm publish