Skip to content

Commit a421ae8

Browse files
jforissierjockebech
authored andcommitted
releases: create -rc1 two weeks before the release
Create the -rc1 tag two weeks before the release rather than one to allow for more time testing. This schedule was followed for 4.6.0 already. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Jens Wiklander <[email protected]>
1 parent 6745e39 commit a421ae8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

general/releases.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Release procedure
8686
*****************
8787
There are certain steps that needs to be done when making a release. This
8888
checklist here serves as guidance to the one in charge of making a new release.
89-
Roughly start with this 2-3 weeks before the targeted release date.
89+
Start with this 3 weeks before the targeted release date.
9090

9191
tl;dr
9292
=====
@@ -107,19 +107,19 @@ tl;dr
107107
- Inform maintainers about upcoming release
108108
-
109109

110-
* - 1w
110+
* - 2w
111111
- Increment the revision number in `mk/config.mk`_
112112
- ``CFG_OPTEE_REVISION_MAJOR ?= 3`` ``CFG_OPTEE_REVISION_MINOR ?= x``
113113

114-
* - 1w
114+
* - 2w
115115
- Create release candidate tag in optee_* + build.git
116116
- git tag -a 3.x.y-rc1 -m "3.x.y-rc1"
117117

118-
* - 1w
118+
* - 2w
119119
- Let maintainers know about the release candidate tag
120120
-
121121

122-
* - 1w
122+
* - 2w
123123
- Test platform builds / devices
124124
-
125125

0 commit comments

Comments
 (0)