Skip to content

Commit 87a3620

Browse files
author
Premdeep Saini
committed
feat: add release config
1 parent 674638c commit 87a3620

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.releaserc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"branches": [
3+
"main",
4+
{
5+
"name": "alpha",
6+
"prerelease": true
7+
}
8+
],
9+
"debug": true,
10+
"ci": true,
11+
"dryRun": false,
12+
"plugins": [
13+
"@semantic-release/commit-analyzer",
14+
"@semantic-release/release-notes-generator",
15+
"@semantic-release/github"
16+
]
17+
}

0 commit comments

Comments
 (0)