Skip to content

Commit

Permalink
fix: fix semantic-release config and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Dec 28, 2021
1 parent 51d38c1 commit 359c719
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 7 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,11 @@
"bugs": {
"url": "https://github.com/storyblok/storyblok-vue/issues"
},
"homepage": "https://github.com/storyblok/storyblok-vue"
"homepage": "https://github.com/storyblok/storyblok-vue",
"release": {
"branches": [
"master",
"next"
]
}
}
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,5 @@
"prettier"
],
"ignorePatterns": "dist/"
},
"release": {
"branches": [
"master",
{
"name": "next",
"channel": "next",
"prerelease": "beta"
}
]
}
}

0 comments on commit 359c719

Please sign in to comment.