Skip to content

Commit da891eb

Browse files
committed
chore: add semantic-release configuration
Add .releaserc configuration file to enable automated semantic versioning and GitHub releases using semantic-release. Configure release workflow to use main branch for releases.
1 parent 4213e1e commit da891eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.releaserc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"branches": [
3+
"main"
4+
],
5+
"plugins": [
6+
"@semantic-release/release-notes-generator",
7+
"@semantic-release/github"
8+
]
9+
}

0 commit comments

Comments
 (0)