Skip to content

Commit 883180e

Browse files
committed
Addressd comme nts from @ggwpez
1 parent 5a9672e commit 883180e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/RELEASE.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ The outputs of a stable release are:
1313

1414
built for the `x86_64-unknown-linux-gnu` and `aarch64-apple-darwin` targets. The gpg signatures and sha256 checksums.
1515

16-
- The runtimes for Westend and its system parachains
16+
- The runtimes for Westend and its system parachains.
1717
- The new crate versions published to `crates.io`.
18+
- Debian package for the polkadot binary.
19+
- Docker images for:
20+
- `polkadot` (includes `polkadot-execute-worker` & `polkadot-prepare-worker`)
21+
- `polkadot-parachain`
22+
- `polkadot-omni-node`
23+
- `chain-spec-builder`
1824

1925

2026
# Timeline
@@ -30,10 +36,9 @@ This three month period between `stable` releases includes a 1.5 month QA period
3036

3137
# Setup
3238

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).
3742

3843
# Versioning
3944

@@ -139,6 +144,7 @@ From the forked polkadot-sdk repository in the [paritytech-release org](https://
139144
From the main polkadot-sdk repository in the paritytech org:
140145

141146
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.
142148

143149
## Patch release for the latest stable version
144150

0 commit comments

Comments
 (0)