Skip to content

Commit 8ac8438

Browse files
authored
chore: add template for new major releases [skip ci] (#2041)
1 parent 87848b1 commit 8ac8438

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: New major release
3+
about: Umbrella issue for an upcoming major release (for maintainers only)
4+
title: Breaking changes in X.0
5+
---
6+
7+
PR: TBD
8+
Timeline: TBD
9+
10+
### Breaking changes
11+
12+
- [ ] ...
13+
- [ ] ....
14+
15+
### Post-publish tasks
16+
17+
- [ ] Create the `releases/X.x` branch
18+
- [ ] Create the `release-X.x` tag
19+
- [ ] Update [dependencies](https://github.com/microsoft/react-native-test-app/wiki#dependencies)
20+
- [ ] Update [Patches](https://github.com/microsoft/react-native-test-app/wiki/Patches)
21+
- [ ] [Announcements](https://github.com/microsoft/react-native-test-app/blob/trunk/CONTRIBUTING.md#release-announcements)

.github/ISSUE_TEMPLATE/new_react-native_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "New `react-native` version \U0000269B"
2-
description: Add support for the latest version of `react-native`
2+
description: Add support for the latest version of `react-native` (for maintainers only)
33
title: "Add support for `react-native` <version>"
44
labels: [enhancement]
55
body:

.swiftformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--swiftversion 5.8
1+
--swiftversion 5.10
22
--ifdef no-indent
33
--stripunusedargs closure-only

0 commit comments

Comments
 (0)