We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647a3f1 + c0c9a7e commit cfd9c1aCopy full SHA for cfd9c1a
.releaserc
@@ -1,24 +1,25 @@
1
{
2
"branches": [
3
- "main"
+ "main"
4
],
5
"plugins": [
6
- "@semantic-release/commit-analyzer",
7
- "@semantic-release/release-notes-generator",
8
- [
9
- "@semantic-release/changelog",
10
- {
11
- "changelogFile": "CHANGELOG.md"
12
- }
13
- ],
14
15
- "@semantic-release/git",
16
17
- "assets": [
18
- "CHANGELOG.md"
19
- ]
20
21
22
- "@semantic-release/github"
+ "@semantic-release/commit-analyzer",
+ "@semantic-release/release-notes-generator",
+ [
+ "@semantic-release/changelog",
+ {
+ "changeLogFile": "CHANGELOG.md"
+ }
+
+ ],
+ "@semantic-release/git",
+ "assets": [
+ "CHANGELOG.md"
+ ]
23
+ "@semantic-release/github"
24
]
25
}
0 commit comments