Skip to content

Commit 6fc3ea1

Browse files
Update branch naming convention to preview-banner-{random} in README and config files
1 parent 70c0493 commit 6fc3ea1

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
@@ -100,7 +100,7 @@ image:
100100

101101
repository:
102102
commit:
103-
branch: preview/update-{random}
103+
branch: preview-banner-{random}
104104
title: "docs(preview): Update preview"
105105
body: ''
106106
author:

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34473,7 +34473,7 @@ exports.defaultConfig = {
3447334473
owner: undefined,
3447434474
repo: undefined,
3447534475
commit: {
34476-
branch: "preview/update-{random}",
34476+
branch: "preview-banner-{random}",
3447734477
title: "docs(preview): Update preview",
3447834478
body: undefined,
3447934479
author: {

src/types/config.ts

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

8888
commit: {
89-
branch: "preview/update-{random}",
89+
branch: "preview-banner-{random}",
9090
title: "docs(preview): Update preview",
9191
body: undefined,
9292

0 commit comments

Comments
 (0)