docs: add how we do release announcements (#2029)

This commit is contained in:
Tommy Nguyen 2024-05-09 16:01:10 +02:00 коммит произвёл GitHub
Родитель e4a9b7d238
Коммит 6c8d56ba41
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -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]: