To release new versions of generator-wp-dev-env itself.
Something like this would be nice:
npm run dist --patch
What should happen on dist?
- check if local repo is up to date
- bump version
- build docs
- (tests, but we need tests first)
- commit
- push and push tags
- create github release (doesn't work via ssh, needs oauth!)
- add release assets: docs (remove zipped docs from repo)
- (npm publish, if it were published on npm)