Utilities and UI components for cross-platform React Native apps
0

Configure Feed

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

build: auto-`prepare` and update changelog correctly

Various build changes that make my life easier.

Joseph Hale (Nov 8, 2025, 4:48 PM -0700) 60267375 e1238c99

+4 -3
+4 -3
package.json
··· 38 38 "lint": "eslint \"**/*.{js,ts,tsx}\"", 39 39 "clean": "del-cli 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", ··· 116 116 "plugins": { 117 117 "@release-it/conventional-changelog": { 118 118 "preset": { 119 - "name": "angular" 120 - } 119 + "name": "conventionalcommits" 120 + }, 121 + "infile": "CHANGELOG.md" 121 122 } 122 123 } 123 124 },