Skip to content

Commit f855491

Browse files
committed
chore: add release script
1 parent ea47be6 commit f855491

File tree

4 files changed

+477
-2
lines changed

4 files changed

+477
-2
lines changed

apps/mobile/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
# The following patterns were generated by expo-cli
44

55
expo-env.d.ts
6-
# @end expo-cli
6+
# @end expo-cli
7+
8+
*.apk
9+
*.ipa

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@
1111
"lint": "eslint",
1212
"lint:fix": "eslint --fix",
1313
"prepare": "husky",
14-
"create:package": "tsx scripts/createPackage.ts"
14+
"create:package": "tsx scripts/createPackage.ts",
15+
"release": "tsx scripts/release.ts"
1516
},
1617
"devDependencies": {
1718
"@antfu/eslint-config": "^4.13.2",
1819
"@commitlint/cli": "^19.8.1",
1920
"@commitlint/config-conventional": "^19.8.1",
2021
"@eslint-react/eslint-plugin": "^1.49.0",
22+
"@types/semver": "7.7.0",
2123
"eslint": "^9.27.0",
2224
"eslint-plugin-react-hooks": "^5.2.0",
2325
"eslint-plugin-react-refresh": "^0.4.20",
2426
"husky": "^9.1.7",
27+
"inquirer": "12.6.3",
2528
"lint-staged": "^16.0.0",
29+
"semver": "7.7.2",
2630
"tsx": "4.20.3",
2731
"turbo": "2.5.4",
2832
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)