Skip to content

Commit 351b5ef

Browse files
build: add release branch (#570)
1 parent dcbdeff commit 351b5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.wpmrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
allowBranch: ['master', 'v15.*', 'v16.*', 'v17.*', 'release-auto-*'],
2+
allowBranch: ['master', 'v15.*', 'v16.*', 'v17.*', 'v18.*', 'v19.*', 'release-auto-*'],
33
bumpFiles: ['package.json', 'package-lock.json', 'packages/gantt/package.json'],
44
skip: {
55
confirm: true

0 commit comments

Comments
 (0)