Define multiple keys
Closed this issue · 3 comments
binarykitchen commented
Currently version
is the default key for changing versions. But in WordPress plugins there is also Stable tag
for versioning inside readme.txt.
That said, when having package.json and readme.txt both, how can a gulp-bump task bump both in one go? Something like key: ['version', 'Stable tag']
would be cool.
stephenlacy commented
Want to send a pr to https://github.com/stevelacy/bump-regex with keys
as an additional option?
That way there still is the key
and a new keys[string]
binarykitchen commented
here u go @stevelacy stephenlacy/bump-regex#15
stephenlacy commented
published 2.8.0