MNT Update v4 docs branch to 4.12

This commit is contained in:
Guy Sartorelli 2022-11-11 13:12:38 +13:00 committed by GitHub
parent 95b2ecd799
commit 5d2c85967c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ module.exports = [
options: {
name: `docs--4`,
remote: `https://github.com/silverstripe/developer-docs.git`,
branch: `4.11`,
branch: `4.12`,
patterns: `en/**`
}
},
@ -26,4 +26,4 @@ module.exports = [
patterns: `en/**`
}
},
];
];