Skip to content

Commit 2d60f29

Browse files
committed
Use uppercase convention for markdown files
1 parent da64055 commit 2d60f29

5 files changed

+2
-2
lines changed
File renamed without changes.

contributing.md CONTRIBUTING.md

File renamed without changes.

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function( grunt ) {
1010
'assets',
1111
'back-compat',
1212
'includes',
13-
'readme.md',
13+
'README.md',
1414
'src',
1515
'templates',
1616
'vendor',
@@ -162,7 +162,7 @@ module.exports = function( grunt ) {
162162
dest: 'build',
163163
expand: true,
164164
options: {
165-
noProcess: [ '*/**', 'LICENSE' ], // That is, only process amp.php and readme.md.
165+
noProcess: [ '*/**', 'LICENSE' ], // That is, only process amp.php and README.md.
166166
process( content, srcpath ) {
167167
let matches, version, versionRegex;
168168
if ( /amp\.php$/.test( srcpath ) ) {

readme.md README.md

File renamed without changes.

security.md SECURITY.md

File renamed without changes.

0 commit comments

Comments
 (0)