diff --git a/Gruntfile.js b/Gruntfile.js index 63ac72d0..8a959d6a 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,6 +39,14 @@ module.exports = function (grunt) { }, src: [ 'templates-patterns-collection.php' ] }, + readmetxt: { + options: { + prefix: 'Stable tag:\\s*' + }, + src: [ + 'readme.txt' + ] + }, }, wp_readme_to_markdown: { plugin: {