We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380c803 commit 4adb007Copy full SHA for 4adb007
.releaserc
@@ -1,26 +1,19 @@
1
{
2
+ "debug": true,
3
"branches": [
4
"main"
5
],
- "verifyConditions": [
6
+ "plugins": [
7
+ "@semantic-release/commit-analyzer",
8
+ "@semantic-release/release-notes-generator",
9
"@semantic-release/changelog",
- "@semantic-release/npm",
- "@semantic-release/git"
- ],
10
- "prepare": [
11
- "@semantic-release/changelog",
12
13
14
15
- "publish": [
16
[
17
"@semantic-release/npm",
18
19
"pkgRoot": "dist"
20
}
21
22
- {
23
- "path": "@semantic-release/github"
24
- }
+ "@semantic-release/git",
+ "@semantic-release/github"
25
]
26
-}
+}
0 commit comments