We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c3a15 commit 344c86aCopy full SHA for 344c86a
1 file changed
.releaserc.json
@@ -1,7 +1,11 @@
1
{
2
"branches": [
3
"master",
4
- "next"
+ "next",
5
+ {
6
+ "name": "feat/*",
7
+ "prerelease": true
8
+ }
9
],
10
"tagFormat": "xwiki-helm-${version}",
11
"plugins": [
0 commit comments