Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 629 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 629 Bytes

Contribution Guidelines

Development

Installation

Requirements: nvm

git clone git@github.com:wagtail/wagtail-react-streamfield.git
cd wagtail-react-streamfield/
# Use the correct Node version.
nvm use
# Run the static files’ build.
npm run build

Releases

  • Update the CHANGELOG.
  • Update the version number in wagtail-react-streamfield/__init__.py.
  • Commit
  • rm dist/* ; python setup.py sdist bdist_wheel; twine upload dist/*
  • Finally, go to GitHub and create a release and a tag for the new version.
  • Done!