Skip to content

Commit f33c52e

Browse files
committed
ci: update release-please config
1 parent a26df16 commit f33c52e

File tree

2 files changed

+81
-73
lines changed

2 files changed

+81
-73
lines changed

apps/expo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev:ios": "expo start --ios",
1111
"android": "expo run:android",
1212
"ios": "expo run:ios",
13-
"format": "prettier --check . --ignore-path ../../.gitignore",
13+
"format": "prettier --check . --ignore-path .gitignore",
1414
"lint": "eslint",
1515
"typecheck": "tsc --noEmit"
1616
},
@@ -57,12 +57,12 @@
5757
"@babel/preset-env": "^7.26.0",
5858
"@babel/runtime": "^7.26.0",
5959
"@oyo/api": "workspace:*",
60-
"@oyo/convex": "workspace:^",
60+
"@oyo/convex": "workspace:*",
6161
"@oyo/eslint-config": "workspace:*",
6262
"@oyo/prettier-config": "workspace:*",
6363
"@oyo/tailwind-config": "workspace:*",
6464
"@oyo/tsconfig": "workspace:*",
65-
"@oyo/ui": "workspace:^",
65+
"@oyo/ui": "workspace:*",
6666
"@types/babel__core": "^7.20.5",
6767
"@types/react": "catalog:react18",
6868
"eslint": "catalog:",

release-please-config.json

+78-70
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,82 @@
11
{
2-
"packages": {
3-
".": {
4-
"release-type": "node",
5-
"changelog-sections": [
6-
{
7-
"type": "feat",
8-
"section": "🚀 New Features",
9-
"hidden": false
10-
},
11-
{
12-
"type": "feature",
13-
"section": "🚀 New Features",
14-
"hidden": false
15-
},
16-
{
17-
"type": "enhance",
18-
"section": "💅 Enhancements",
19-
"hidden": false
20-
},
21-
{
22-
"type": "fix",
23-
"section": "🔥 Bug Fixes",
24-
"hidden": false
25-
},
26-
{
27-
"type": "perf",
28-
"section": "🏃 Performance Improvements",
29-
"hidden": false
30-
},
31-
{
32-
"type": "revert",
33-
"section": "↩️ Reverts",
34-
"hidden": true
35-
},
36-
{
37-
"type": "docs",
38-
"section": "📚 Documentation",
39-
"hidden": false
40-
},
41-
{
42-
"type": "style",
43-
"section": "🎨 Code Style",
44-
"hidden": false
45-
},
46-
{
47-
"type": "chore",
48-
"section": "⚙️ Chores",
49-
"hidden": false
50-
},
51-
{
52-
"type": "refactor",
53-
"section": "⌨️ Code Refactoring",
54-
"hidden": false
55-
},
56-
{
57-
"type": "test",
58-
"section": "🧪 Automated Testing",
59-
"hidden": false
60-
},
61-
{
62-
"type": "build",
63-
"section": "🛠️ Build System",
64-
"hidden": false
65-
},
66-
{
67-
"type": "ci",
68-
"section": "📦 CI Improvements",
69-
"hidden": false
70-
}
71-
]
2+
"changelog-sections": [
3+
{
4+
"type": "feat",
5+
"section": "🚀 New Features",
6+
"hidden": false
7+
},
8+
{
9+
"type": "feature",
10+
"section": "🚀 New Features",
11+
"hidden": false
12+
},
13+
{
14+
"type": "enhance",
15+
"section": "💅 Enhancements",
16+
"hidden": false
17+
},
18+
{
19+
"type": "fix",
20+
"section": "🔥 Bug Fixes",
21+
"hidden": false
22+
},
23+
{
24+
"type": "perf",
25+
"section": "🏃 Performance Improvements",
26+
"hidden": false
27+
},
28+
{
29+
"type": "revert",
30+
"section": "↩️ Reverts",
31+
"hidden": true
32+
},
33+
{
34+
"type": "docs",
35+
"section": "📚 Documentation",
36+
"hidden": false
37+
},
38+
{
39+
"type": "style",
40+
"section": "🎨 Code Style",
41+
"hidden": false
42+
},
43+
{
44+
"type": "chore",
45+
"section": "⚙️ Chores",
46+
"hidden": false
47+
},
48+
{
49+
"type": "refactor",
50+
"section": "⌨️ Code Refactoring",
51+
"hidden": false
52+
},
53+
{
54+
"type": "test",
55+
"section": "🧪 Automated Testing",
56+
"hidden": false
57+
},
58+
{
59+
"type": "build",
60+
"section": "🛠️ Build System",
61+
"hidden": false
62+
},
63+
{
64+
"type": "ci",
65+
"section": "📦 CI Improvements",
66+
"hidden": false
7267
}
68+
],
69+
"packages": {
70+
"./apps/expo": {
71+
"release-type": "expo"
72+
},
73+
"./apps/nextjs": {
74+
"release-type": "node"
75+
},
76+
"./packages/api": {},
77+
"./packages/ui": {},
78+
"./packages/db": {},
79+
"./packages/convex": {},
80+
"./packages/auth": {}
7381
}
7482
}

0 commit comments

Comments
 (0)