Skip to content

Commit 9b22a89

Browse files
committed
ci: add semantic release configuration
1 parent b3a127d commit 9b22a89

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.releaserc.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
branches:
3+
- main
4+
plugins:
5+
- - "@semantic-release/commit-analyzer"
6+
- preset: conventionalcommits
7+
- - "@semantic-release/release-notes-generator"
8+
- preset: conventionalcommits
9+
- "@semantic-release/github"
10+
- - "@semantic-release/changelog"
11+
- changelogTitle: '# Changelog'
12+
- - "@semantic-release/git"
13+
- assets:
14+
- CHANGELOG.md

0 commit comments

Comments
 (0)