Skip to content

Commit 7d40ffa

Browse files
Update branch naming convention to preview/banner-{random} in README, config, and schema
1 parent 15ba950 commit 7d40ffa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ image:
112112

113113
repository:
114114
commit:
115-
branch: preview-{random}
115+
branch: preview/banner-{random}
116116
title: "docs(preview): Update preview"
117117
body: ''
118118
author:

resources/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"branch": {
9696
"type": "string",
9797
"description": "Branch name for the commit",
98-
"default": "preview-{random}"
98+
"default": "preview/banner-{random}"
9999
},
100100
"title": {
101101
"type": "string",

src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const defaultConfig: Config = {
8585
repo: undefined,
8686

8787
commit: {
88-
branch: "preview-{random}",
88+
branch: "preview/banner-{random}",
8989
title: "docs(preview): Update preview",
9090
body: undefined,
9191

0 commit comments

Comments
 (0)