File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,23 @@ can reproduce the results.
22
22
## Release Plan
23
23
24
24
<!--
25
- If this PR targets the `main` branch, indicate if your recommend the changes to be picked
26
- in release branches.
25
+ If this PR targets the `main` branch, **keep the applicable lines** to indicate if you
26
+ recommend the changes to be picked in release branches, SDKs, and hotfixes .
27
27
28
- Note that this generally only concerns hot fixes.
28
+ This generally concerns only bug fixes.
29
+
30
+ Note that altering the public protocol (e.g. transaction format, WASM syscalls) or storage
31
+ formats requires a new deployment.
29
32
-->
30
- - [ ] These changes should be backported to the latest ` devnet ` branch.
31
- - [ ] These changes should be backported to the latest ` testnet ` branch.
33
+ - Nothing to do / These changes follow the usual release cycle.
34
+ - These changes should be backported to the latest ` devnet ` branch, then
35
+ - be released in a new SDK,
36
+ - be released in a validator hotfix.
37
+ - These changes should be backported to the latest ` testnet ` branch, then
38
+ - be released in a new SDK,
39
+ - be released in a validator hotfix.
40
+ - Backporting is not possible but we may want to deploy a new ` devnet ` and release a new
41
+ SDK soon.
32
42
33
43
## Links
34
44
You can’t perform that action at this time.
0 commit comments