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.
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/scripts
- Owner: godaddy-wordpress
- Created: 2022-03-02T21:31:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T17:18:00.000Z (over 4 years ago)
- Last Synced: 2025-12-31T05:00:18.115Z (6 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`