You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the interactive nature of grunt-patch-wordpress, some manual testing is required in order to release a new version. This describes the bare minimum of testing needed to release a new version.
6
+
7
+
1) Open a ticket on WordPress Core Trac for the new version. This ticket will serve as both the test bed and for actually updating grunt-patch-wordpress.
8
+
2) Use `npm link` to test the unreleased version of grunt-patch-wordpress
9
+
3) Create a patch in WordPress to bump grunt-patch-wordpress and upload it using `npm run grunt upload_patch`.
10
+
4) Revert that file.
11
+
5) Use `npm run grunt patch` to check the file you just uploaded
12
+
13
+
## Major, Minor, or Patch
14
+
15
+
Major: Something is different
16
+
Minor: Something is new
17
+
Patch: Something is fixed
18
+
19
+
Changing the minimum node version is a major version change
20
+
21
+
## Update the Numbers/Docs
22
+
23
+
1) Bump `package.json`
24
+
2) Update Readme with new version
25
+
3) When pushing to WordPress Core, give props to everyone who contributed to grunt-patch-wordpress
0 commit comments