Skip to content

Commit

Permalink
feat: set up semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 4, 2024
1 parent 4973b6f commit e1235b9
Show file tree
Hide file tree
Showing 2 changed files with 3,211 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"scripts": {
"lint:fix": "prettier --write .",
"lint": "prettier --check ."
"lint": "prettier --check .",
"release": "semantic-release"
},
"keywords": [
"react-native",
Expand All @@ -33,6 +34,7 @@
"react-native": ">=0.40.0"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.2.5",
"semantic-release": "^23.0.7"
}
}
Loading

0 comments on commit e1235b9

Please sign in to comment.