Skip to content

Commit 569481d

Browse files
authored
chore: make branch release-v12 the latest (#2506)
1 parent 3e916ea commit 569481d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.releaserc.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"branches": [
33
{
44
"name": "master",
5-
"channel": "rc",
6-
"prerelease": "rc"
5+
"channel": "latest"
76
},
87
{
9-
"name": "release-v11",
8+
"name": "release-v12",
109
"channel": "latest"
1110
},
11+
{
12+
"name": "release-v11",
13+
"channel": "v11",
14+
"range": "11.x"
15+
},
1216
{
1317
"name": "release-v10",
1418
"channel": "v10",

developers/RELEASE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ The `stream-chat-react` package follows semantic versioning and the release is t
99

1010
In order to get the above generated outputs, each contributor should follow [Angular's Commit Message Format rules](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format).
1111

12+
## Major version release preparations
13+
14+
We need to:
15+
1. Convert the current latest branch to a version branch by creating a PR with adjusted `.releaserc.json`. Example PR: https://github.com/GetStream/stream-chat-react/pull/2507
16+
17+
2. Configure the `master` branch back from `prerelease` to `latest` and add a config for the next version branch also designated as `latest`. Example PR: https://github.com/GetStream/stream-chat-react/pull/2506.
18+
1219
## Required steps
1320

14-
At the moment these manual actions have to be taken to achieve a successfull release:
21+
At the moment these manual actions have to be taken to achieve a successful release:
1522

1623
1. make sure that all the new required features and bug fixes in peer dependency repositories `@stream-io/stream-chat-css` and `stream-chat-js` are released
1724
2. make sure that the peer dependencies `@stream-io/stream-chat-css` and `stream-chat-js` are installed at their latest version (see `package.json`, `yarn.lock`) (if applicable)

0 commit comments

Comments
 (0)