An open API service indexing awesome lists of open source software.

https://github.com/godaddy-wordpress/scripts

Collection of Node scripts built to help manage and maintain a development pipeline for WordPress software.
https://github.com/godaddy-wordpress/scripts

Last synced: 2 months ago
JSON representation

Collection of Node scripts built to help manage and maintain a development pipeline for WordPress software.

Awesome Lists containing this project

README

          

# Development Scripts
Repository of scripts the be used in the WordPress software development pipelines.

## How to deploy
- Bump minor version of scripts in package.json.
- run `git tag 0._._` following semantic versioning.
- Commit changes.
- `git push`
- `git push --tags`
- `npm publish`