Skip to content

Commit 4d330f3

Browse files
committed
release from chat-pane
1 parent a78607d commit 4d330f3

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

release.config.from-chat-pane.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"defaultBranch": "main",
3+
"skipIfNoDiff": true,
4+
"defaultInstall": "npm install",
5+
"defaultTest": "npm test",
6+
"defaultBuild": "npm run build",
7+
"modes": {
8+
"stable": {
9+
"branch": "main",
10+
"versionBump": "patch",
11+
"npmTag": "latest",
12+
"gitTag": true,
13+
"gitPush": true
14+
},
15+
"test": {
16+
"branch": "dev",
17+
"versionBump": "prerelease",
18+
"preid": "test",
19+
"npmTag": "test",
20+
"gitTag": false,
21+
"gitPush": false
22+
}
23+
},
24+
"repos": [
25+
{
26+
"name": "chat-pane",
27+
"path": "workspaces/chat-pane",
28+
"repo": "https://github.com/SolidOS/chat-pane.git",
29+
"afterInstall": [
30+
"npm install solid-ui solid-logic rdflib@latest"
31+
]
32+
},
33+
{
34+
"name": "folder-pane",
35+
"path": "workspaces/folder-pane",
36+
"repo": "https://github.com/SolidOS/folder-pane.git",
37+
"afterInstall": [
38+
"npm install solid-ui solid-logic rdflib@latest"
39+
]
40+
},
41+
{
42+
"name": "issue-pane",
43+
"path": "workspaces/issue-pane",
44+
"repo": "https://github.com/SolidOS/issue-pane.git",
45+
"afterInstall": [
46+
"npm install solid-ui solid-logic rdflib@latest"
47+
]
48+
},
49+
{
50+
"name": "meeting-pane",
51+
"path": "workspaces/meeting-pane",
52+
"repo": "https://github.com/SolidOS/meeting-pane.git",
53+
"afterInstall": [
54+
"npm install solid-ui solid-logic rdflib@latest"
55+
]
56+
},
57+
{
58+
"name": "contacts-pane",
59+
"path": "workspaces/contacts-pane",
60+
"repo": "https://github.com/SolidOS/contacts-pane.git",
61+
"afterInstall": [
62+
"npm install solid-ui solid-logic rdflib@latest"
63+
]
64+
},
65+
{
66+
"name": "profile-pane",
67+
"path": "workspaces/profile-pane",
68+
"repo": "https://github.com/SolidOS/profile-pane.git",
69+
"afterInstall": [
70+
"npm install chat-pane solid-ui pane-registry solid-logic rdflib@latest"
71+
]
72+
},
73+
{
74+
"name": "source-pane",
75+
"path": "workspaces/source-pane",
76+
"repo": "https://github.com/SolidOS/source-pane.git",
77+
"afterInstall": [
78+
"npm install solid-ui solid-logic rdflib@latest"
79+
]
80+
},
81+
{
82+
"name": "solid-panes",
83+
"path": "workspaces/solid-panes",
84+
"repo": "https://github.com/SolidOS/solid-panes.git",
85+
"build": "npm run clean && npm run build-version && npm run typecheck && babel src --out-dir dist --extensions '.ts,.js' --source-maps && tsc --emitDeclarationOnly && npm run postbuild-js",
86+
"afterInstall": [
87+
"npm install activitystreams-pane chat-pane contacts-pane folder-pane issue-pane meeting-pane pane-registry profile-pane source-pane solid-ui solid-logic solid-namespace@latest rdflib@latest"
88+
]
89+
},
90+
{
91+
"name": "mashlib",
92+
"path": "workspaces/mashlib",
93+
"repo": "https://github.com/SolidOS/mashlib.git",
94+
"afterInstall": [
95+
"npm install solid-panes solid-ui solid-logic rdflib@latest"
96+
]
97+
}
98+
]
99+
}

0 commit comments

Comments
 (0)