File tree 1 file changed +102
-0
lines changed
1 file changed +102
-0
lines changed Original file line number Diff line number Diff line change 21
21
"type" : " git" ,
22
22
"url" : " https://github.com/Thundernerd/Unity3D-SerializableInterface.git"
23
23
},
24
+ "publishConfig" : {
25
+ "registry" : " https://npm.pkg.github.com/@Thundernerd"
26
+ },
24
27
"devDependencies" : {
25
28
"semantic-release" : " ^19.0.2" ,
26
29
"@semantic-release/changelog" : " ^6.0.1" ,
30
33
"@semantic-release/npm" : " ^9.0.1" ,
31
34
"@semantic-release/release-notes-generator" : " ^10.0.3" ,
32
35
"conventional-changelog-conventionalcommits" : " ^4.6.3"
36
+ },
37
+ "release" : {
38
+ "branches" : [
39
+ " main"
40
+ ],
41
+ "plugins" : [
42
+ [
43
+ " @semantic-release/commit-analyzer" ,
44
+ {
45
+ "preset" : " conventionalcommits" ,
46
+ "releaseRules" : [
47
+ {
48
+ "type" : " docs" ,
49
+ "scope" : " README" ,
50
+ "release" : " patch"
51
+ },
52
+ {
53
+ "type" : " refactor" ,
54
+ "release" : " patch"
55
+ },
56
+ {
57
+ "scope" : " no-release" ,
58
+ "release" : false
59
+ }
60
+ ],
61
+ "parserOpts" : {
62
+ "noteKeywords" : [
63
+ " BREAKING CHANGE" ,
64
+ " BREAKING CHANGES"
65
+ ]
66
+ }
67
+ }
68
+ ],
69
+ [
70
+ " @semantic-release/npm" ,
71
+ {
72
+ "npmPublish" : true
73
+ }
74
+ ],
75
+ " @semantic-release/github" ,
76
+ [
77
+ " @semantic-release/release-notes-generator" ,
78
+ {
79
+ "preset" : " conventionalcommits" ,
80
+ "presetConfig" : {
81
+ "types" : [
82
+ {
83
+ "type" : " feat" ,
84
+ "section" : " Features"
85
+ },
86
+ {
87
+ "type" : " fix" ,
88
+ "section" : " Bug Fixes"
89
+ },
90
+ {
91
+ "type" : " chore" ,
92
+ "hidden" : true
93
+ },
94
+ {
95
+ "type" : " docs" ,
96
+ "section" : " Documentation"
97
+ },
98
+ {
99
+ "type" : " style" ,
100
+ "hidden" : true
101
+ },
102
+ {
103
+ "type" : " refactor" ,
104
+ "section" : " Refactors"
105
+ },
106
+ {
107
+ "type" : " perf" ,
108
+ "section" : " Performance Improvements"
109
+ },
110
+ {
111
+ "type" : " test" ,
112
+ "section" : " Tests"
113
+ }
114
+ ]
115
+ }
116
+ }
117
+ ],
118
+ [
119
+ " @semantic-release/changelog" ,
120
+ {
121
+ "changelogFile" : " CHANGELOG.md"
122
+ }
123
+ ],
124
+ [
125
+ " @semantic-release/git" ,
126
+ {
127
+ "assets" : [
128
+ " package.json" ,
129
+ " CHANGELOG.md"
130
+ ],
131
+ "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
132
+ }
133
+ ]
134
+ ]
33
135
}
34
136
}
You can’t perform that action at this time.
0 commit comments