Skip to content

Need script to automate generator releases #8

@jhotadhari

Description

@jhotadhari

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions