Prevent the phone screen from going to sleep.
0

Configure Feed

Select the types of activity you want to include in your feed.

build: configure release tooling

Joseph Hale (Jul 25, 2025, 5:02 PM -0700) d693d683 666b2a0c

+4 -3
+4 -3
package.json
··· 38 38 "lint": "eslint \"**/*.{js,ts,tsx}\"", 39 39 "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", 40 40 "prepare": "bob build", 41 - "release": "release-it --only-version" 41 + "release": "yarn prepare && release-it --only-version" 42 42 }, 43 43 "keywords": [ 44 44 "react-native", ··· 118 118 "plugins": { 119 119 "@release-it/conventional-changelog": { 120 120 "preset": { 121 - "name": "angular" 122 - } 121 + "name": "conventionalcommits" 122 + }, 123 + "infile": "CHANGELOG.md" 123 124 } 124 125 } 125 126 },