File tree Expand file tree Collapse file tree 3 files changed +4693
-4360
lines changed Expand file tree Collapse file tree 3 files changed +4693
-4360
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "branches": [
3
+ "main",
4
+ "next",
5
+ "next-major",
6
+ {
7
+ "name": "beta",
8
+ "prerelease": true
9
+ },
10
+ {
11
+ "name": "alpha",
12
+ "prerelease": true
13
+ }
14
+ ],
15
+ "plugins": [
16
+ [
17
+ "@semantic-release/commit-analyzer",
18
+ {
19
+ "preset": "angular",
20
+ "releaseRules": [
21
+ {
22
+ "type": "docs",
23
+ "scope": "README",
24
+ "release": "patch"
25
+ }
26
+ ],
27
+ "parserOpts": {
28
+ "noteKeywords": [
29
+ "BREAKING CHANGE",
30
+ "BREAKING CHANGES"
31
+ ]
32
+ }
33
+ }
34
+ ],
35
+ "@semantic-release/release-notes-generator",
36
+ [
37
+ "@semantic-release/changelog",
38
+ {
39
+ "changelogFile": "CHANGELOG.md"
40
+ }
41
+ ],
42
+ [
43
+ "@semantic-release/npm",
44
+ {
45
+ "pkgRoot": "plugin"
46
+ }
47
+ ],
48
+ [
49
+ "@semantic-release/git",
50
+ {
51
+ "assets": [
52
+ "plugin/package.json",
53
+ "CHANGELOG.md"
54
+ ]
55
+ }
56
+ ],
57
+ "@semantic-release/github"
58
+ ]
59
+ }
Original file line number Diff line number Diff line change 20
20
"node-fetch" : " 2"
21
21
},
22
22
"devDependencies" : {
23
+ "@semantic-release/changelog" : " ^6.0.1" ,
24
+ "@semantic-release/git" : " ^10.0.1" ,
23
25
"dotenv" : " ^10.0.0" ,
24
26
"jest" : " ^27.4.3" ,
25
27
"semantic-release" : " ^19.0.5"
You can’t perform that action at this time.
0 commit comments