Skip to content

Commit a8ef47d

Browse files
authored
Merge pull request #80 from WordPress/release/2.0.0
Release version 2.0.0
2 parents 98486d7 + 3b8e952 commit a8ef47d

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,4 @@ Please follow the [WordPress coding standards](https://make.wordpress.org/core/h
9595
- 0.4.1 - Remove Mocha as a peerdendency
9696
- 0.4.2 - set `cmd-diff` to `diff` for svn
9797
- 1.0.0 - Add filemapping option. Bump minimum node version. Change code style. Update tooling.
98-
99-
### Unreleased
100-
- Bump minimium node version to 10.
98+
- 2.0.0 - Bump minimum node version. Use @wordpress/scripts. Allow Credentials to be stored. Reduce Dependancy on Grunt.

RELEASING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Releasing updates
2+
3+
## Manual Testing
4+
5+
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-patch-wordpress",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Patch your core WordPress",
55
"author": {
66
"name": "Aaron Jorbin",

0 commit comments

Comments
 (0)