We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fe8e6 commit 46cbfc8Copy full SHA for 46cbfc8
gulpfile.js
@@ -93,7 +93,7 @@ const bumpVersion = function () {
93
return gulp.src([
94
'core/components/toggletvset/src/ToggleTVSet.php'
95
], {base: './'})
96
- .pipe(replace(/version = '\d+\.\d+\.\d+[-a-z0-9]*'/ig, 'version = \'' + pkg.version + '\''))
+ .pipe(replace(/version = '\d+\.\d+\.\d+-?[0-9a-z]*'/ig, 'version = \'' + pkg.version + '\''))
97
.pipe(gulp.dest('.'));
98
};
99
const bumpHomepanel = function () {
0 commit comments