We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed1f0ae + e86a0e5 commit cf08c40Copy full SHA for cf08c40
Gruntfile.js
@@ -6,8 +6,10 @@
6
module.exports = function (grunt) {
7
grunt.initConfig({
8
wp_readme_to_markdown: {
9
- files: {
10
- 'readme.md': 'readme.txt'
+ feedzy : {
+ files: {
11
+ 'readme.md': 'readme.txt'
12
+ }
13
},
14
15
version: {
@@ -26,6 +28,14 @@ module.exports = function (grunt) {
26
28
'css/feedzy-rss-feeds.css',
27
29
]
30
31
+ readmetxt: {
32
+ options: {
33
+ prefix: 'Stable tag:\\s*'
34
+ },
35
+ src: [
36
+ 'readme.txt'
37
+ ]
38
39
class: {
40
options: {
41
prefix: '\\.*version\.*\\s=\.*\\s\''
0 commit comments