File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed
Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "branches": [
3- "release-main"
4- ],
52 "plugins": [
63 "@semantic-release/commit-analyzer",
74 "@semantic-release/release-notes-generator",
85 "@semantic-release/changelog",
96 "@semantic-release/github",
107 "@semantic-release/git",
11- "@semantic-release/pypi"
8+ "@semantic-release/pypi",
9+ [
10+ "semantic-release-slack-bot",
11+ {
12+ "notifyOnSuccess": true,
13+ "notifyOnFail": true,
14+ "markdownReleaseNotes": true
15+ }
16+ ]
17+ ],
18+ "branches": [
19+ "release-main",
20+ {
21+ "name": "beta",
22+ "prerelease": "beta"
23+ },
24+ {
25+ "name": "alpha",
26+ "prerelease": "alpha"
27+ },
28+ {
29+ "name": "feature/*",
30+ "prerelease": "${name.replace(///, \"-\")}"
31+ },
32+ {
33+ "name": "hotfix/*",
34+ "prerelease": "${name.replace(///, \"-\")}"
35+ },
36+ {
37+ "name": "debug/*",
38+ "prerelease": "${name.replace(///, \"-\")}"
39+ }
1240 ]
1341}
You can’t perform that action at this time.
0 commit comments