Skip to content

Commit

Permalink
add release branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Nov 14, 2022
1 parent 4794bd2 commit 4e5146e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.

* @fmvilas @jstoiko @magicmatatjahu @asyncapi-bot-eve
* @fmvilas @jstoiko @asyncapi-bot-eve
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
},
"release": {
"branches": [
"master"
"master",
{
"name": "next-major",
"prerelease": true
}
],
"plugins": [
[
Expand Down

0 comments on commit 4e5146e

Please sign in to comment.