Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/react-native-reanimated/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ Reanimated follows [semver](https://semver.org/) whenever applicable.
---
9. When releasing a minor version, update the minimal supported React Native version:

- Android: `build.gradle`
- iOS: `reanimated_utils.rb`
- update `compatibility.json` - it is used by both `reanimated_utils.rb` on iOS and `build.gradle` on Android
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also add that it is used to generate compatibility tables in the docs as well?

- By default we support the last three minor versions

10. Testing:
Expand Down Expand Up @@ -170,4 +169,4 @@ Reanimated follows [semver](https://semver.org/) whenever applicable.
26. Share the good news with the team.
27. Ask Kacper Kapuściak for a tweet informing the world about new Reanimated (patches don't count).

**Congratulations on releasing a new version of Reanimated!**
**Congratulations on releasing a new version of Reanimated!**
Loading