We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1ad7e commit bc2ef60Copy full SHA for bc2ef60
1 file changed
release.pane-registry.config.json
@@ -0,0 +1,34 @@
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": "pane-registry",
27
+ "path": "workspaces/pane-registry",
28
+ "repo": "https://github.com/SolidOS/pane-registry.git",
29
+ "afterInstall": [
30
+ "npm install solid-logic@latest rdflib@latest"
31
+ ]
32
33
34
+}
0 commit comments