Skip to content

Commit 59e95fe

Browse files
committed
docs: remove internal release checklist
1 parent 4f2140c commit 59e95fe

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,6 @@ const styles = StyleSheet.create({
197197

198198
For a complete list of all available props and their descriptions, please see the **[Docs Tab](https://reactnativeglow.com/docs)** in the live demo app.
199199

200-
## Maintainer Release Checklist
201-
202-
Use this checklist before publishing a new version:
203-
204-
1. Review open issues and pull requests for release-critical fixes.
205-
2. Update `package.json`, `package-lock.json`, and the changelog.
206-
3. Run `npm run verify`.
207-
4. Test the `example/` app on Web and at least one native target with Expo Go or a simulator.
208-
5. Run `npm pack --dry-run` and confirm the package contents.
209-
6. Commit the release changes and push a release branch.
210-
7. Publish with the package-owner npm account.
211-
8. Confirm `npm view react-native-animated-glow version` reports the new version.
212-
9. Tag the exact published commit, push the tag, and create a GitHub release.
213-
10. Close shipped pull requests and issues with credit.
214-
215200
## Changelog
216201

217202
### `v3.1.0`

0 commit comments

Comments
 (0)