You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,10 +36,9 @@ This three month period between `stable` releases includes a 1.5 month QA period
30
36
31
37
# Setup
32
38
33
-
We have two branches: `master` and `stableYYMM`. `master` is the main development branch where normal Pull Requests are
34
-
opened. Developers need to mostly only care about this branch.
35
-
The `stableYYMM` branch contains a version of the code that is ready to be released. Its contents should be always audited.
36
-
Merging to it is restricted to [Backports](#backports). Each `stableYYMM` branch corresponds to the corresponding stable release, which is in the maintenance period.
39
+
We have two types of branches related to the releases: `master` and `stableYYMM`:
40
+
-`master` is the main development branch where normal Pull Requests are opened. Developers need to mostly only care about this branch.
41
+
-`stableYYMM` branch contains a version of the code that is ready to be released. Each `stableYYMM` branch corresponds to the corresponding stable release, which is in the maintenance or in a QA period. Its contents should be always audited.Merging to it is restricted to [Backports](#backports).
37
42
38
43
# Versioning
39
44
@@ -139,6 +144,7 @@ From the forked polkadot-sdk repository in the [paritytech-release org](https://
139
144
From the main polkadot-sdk repository in the paritytech org:
140
145
141
146
1. Synchronize templates using [Synchronize templates](/.github/workflows/misc-sync-templates.yml)
147
+
2. Update the [Release Registry](https://github.com/paritytech/release-registry/) follwoing the [instructions](https://github.com/paritytech/release-registry?tab=readme-ov-file#maintenance) in the repo with the actual release dates.
0 commit comments