Skip to content

Commit 7bc40f5

Browse files
committed
ci: set next-major branch as base branch for bump action
1 parent 8369b10 commit 7bc40f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
#This means we cannot extract easily latest version and have a risk that package is not yet on npm
1212
push:
1313
branches:
14-
- master
14+
- next-major
1515

1616
jobs:
1717
bump:
@@ -30,3 +30,4 @@ jobs:
3030
committer_username: asyncapi-bot
3131
committer_email: [email protected]
3232
repos_to_ignore: html-template #this is temporary until react component releases 1.0, then it can be removed
33+
base_branch: next-major

0 commit comments

Comments
 (0)