Skip to content

Commit

Permalink
NPM: Add bump scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Sep 2, 2023
1 parent 71f9d65 commit b0ba5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
},
"scripts": {
"build": "wp-scripts build",
"bump:patch": "bump patch --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"bump:minor": "bump minor --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"bump:major": "bump major --commit 'Version %s.' package.json package-lock.json co-authors-plus.php README.md",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format",
Expand Down

0 comments on commit b0ba5fe

Please sign in to comment.