Skip to content

Commit

Permalink
docs: add how we do release announcements (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed May 9, 2024
1 parent e4a9b7d commit 6c8d56b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,27 @@ files under [`scripts/docs/`][].
When making changes to docs, also ensure that `schema.json` gets updated by
running `npm run generate:schema`.

## Release Announcements

We tend to announce minor releases, and releases that add support for new React
Native versions, on Discord and on whatever social media of the day is. This is
the template we currently use:

> 📣 react-native-test-app x.y.z
>
> The announcement, any information about what users might have to do (or undo),
> and where they can learn more about them.
>
> Other fixes since a.b.c:
>
> - Fix #1
> - Fix #2
Make sure you're on latest `trunk`, then run
`node scripts/release-notes.mjs <last version> <this version>` to get a list of
user-facing changes. You will likely need to prune and rewrite some of these
entries.

<!-- References -->

[Dependency Dashboard]:
Expand Down

0 comments on commit 6c8d56b

Please sign in to comment.