Skip to content

Commit 344c86a

Browse files
committed
feat: enabling/testing feature branch tests
1 parent a5c3a15 commit 344c86a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"branches": [
33
"master",
4-
"next"
4+
"next",
5+
{
6+
"name": "feat/*",
7+
"prerelease": true
8+
}
59
],
610
"tagFormat": "xwiki-helm-${version}",
711
"plugins": [

0 commit comments

Comments
 (0)