This repository was archived by the owner on Oct 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-30
lines changed Expand file tree Collapse file tree 2 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 11{
22 "branches": ["main", "next"],
3- "tagFormat": "v${version}",
4- "verifyConditions": [
5- {
6- "path": "@semantic-release/npm",
7- "pkgRoot": "dist"
8- },
9- {
10- "path": "@semantic-release/github"
11- }
12- ],
13- "analyzeCommits": "@semantic-release/commit-analyzer",
14- "generateNotes": "@semantic-release/release-notes-generator",
15- "prepare": [
16- {
17- "path": "@semantic-release/npm",
18- "pkgRoot": "dist"
19- }
20- ],
21- "publish": [
22- {
23- "path": "@semantic-release/npm",
24- "pkgRoot": "dist"
25- },
26- {
27- "path": "@semantic-release/github"
28- }
29- ],
30- "success": [],
31- "fail": []
3+ "plugins": [
4+ "@semantic-release/commit-analyzer",
5+ "@semantic-release/release-notes-generator",
6+ "@semantic-release/npm",
7+ "@semantic-release/github"
8+ ]
329}
Original file line number Diff line number Diff line change 22 "name" : " @edx/react-unit-test-utils" ,
33 "version" : " 1.0.0-semantically-released" ,
44 "description" : " React toolkit for writing and testing react components" ,
5- "main" : " index.js" ,
5+ "main" : " dist/ index.js" ,
66 "release" : {
77 "branches" : [" main" , " next" ]
88 },
9+ "files" : [
10+ " /dist"
11+ ],
912 "scripts" : {
1013 "build" : " make build" ,
1114 "lint" : " fedx-scripts eslint --ext .jsx,.js src/" ,
You can’t perform that action at this time.
0 commit comments