Skip to content

Commit e976bcb

Browse files
author
Petr Konecny
committed
chore: setup release
1 parent f6b5607 commit e976bcb

File tree

4 files changed

+1641
-27
lines changed

4 files changed

+1641
-27
lines changed

.autorc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"noVersionPrefix": true,
3+
"plugins": [
4+
"npm",
5+
[
6+
"conventional-commits",
7+
{
8+
"preset": "angular"
9+
}
10+
]
11+
]
12+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
dist/
3+
.env

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@types/jest": "^29.5.14",
4747
"@types/react": "~19.0.10",
4848
"@types/react-native": "^0.72.0",
49+
"auto": "^11.3.0",
4950
"eslint": "^9.25.0",
5051
"eslint-config-expo": "~9.2.0",
5152
"eslint-config-prettier": "^10.1.5",

0 commit comments

Comments
 (0)