Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need script to automate generator releases #8

Open
jhotadhari opened this issue May 27, 2019 · 0 comments
Open

Need script to automate generator releases #8

jhotadhari opened this issue May 27, 2019 · 0 comments
Assignees

Comments

@jhotadhari
Copy link
Collaborator

jhotadhari commented May 27, 2019

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)
@jhotadhari jhotadhari self-assigned this May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants