Skip to content

Commit 688f6e4

Browse files
committed
add version sync for readme.txt
1 parent 1f1036b commit 688f6e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gruntfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ module.exports = function (grunt) {
2626
'css/feedzy-rss-feeds.css',
2727
]
2828
},
29+
readmetxt: {
30+
options: {
31+
prefix: 'Stable tag:\\s*'
32+
},
33+
src: [
34+
'readme.txt'
35+
]
36+
},
2937
class: {
3038
options: {
3139
prefix: '\\.*version\.*\\s=\.*\\s\''

0 commit comments

Comments
 (0)