Website for redux-form.com
~/oss/redux-form
–master
branch ofredux-form/redux-form
~/oss/redux-form-examples
–master
branch ofredux-form/redux-form-examples
~/oss/redux-form-docs
–master
branch ofredux-form/redux-form-docs
- This is auto deployed via Netlify to
redux-form.com
(or it was before I transfered ownership to theredux-form
org) - Contains
publish.js
, a horrible pre-Gatsby static site generator
- This is auto deployed via Netlify to
~/oss/redux-form-website-template
–master
branch ofredux-form/redux-form-website-template
- This is where styling tweaks sometimes need to be made
- It needs to be
npm publish
'd and the version updated in all the examplespackage.json
s andredux-form-docs
repos to get the new changes.
cd ~/oss/redux-form-examples
./scripts/build-examples.sh --rebuild
cd ~/oss/redux-form-docs
./pub.sh 8.5.6
(to publish v8.5.6)git add 8.5.6
- Edit line 8 of
index.html
to point to latest version git commit -a -m "v8.5.6"
git push
- Wait 5-10 minutes for Netlify to do the rest