We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8369b10 commit 7bc40f5Copy full SHA for 7bc40f5
.github/workflows/bump.yml
@@ -11,7 +11,7 @@ on:
11
#This means we cannot extract easily latest version and have a risk that package is not yet on npm
12
push:
13
branches:
14
- - master
+ - next-major
15
16
jobs:
17
bump:
@@ -30,3 +30,4 @@ jobs:
30
committer_username: asyncapi-bot
31
committer_email: [email protected]
32
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