Skip to content

Commit 65a887c

Browse files
committed
Add release candidate step to RELEASE.md
1 parent 795af85 commit 65a887c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ To release a new version of Spyder you need to follow these steps:
128128

129129
* Merge this PR following the procedure mentioned on [`MAINTENANCE.md`](MAINTENANCE.md)
130130

131+
### Check release candidate
132+
133+
* Update version in `__init__.py` (set release version, remove 'dev0', add 'preX'), then
134+
135+
git add .
136+
git commit -m "Release X.X.XpreX"
137+
git tag vX.X.XpreX
138+
git push upstream --tags
139+
140+
* If workflows succeed, proceed to steps to publish the release; otherwise merge a fix PR and repeat previous steps with incremented 'preX'
141+
131142
## To do the release
132143

133144
* Close the current milestone on Github

0 commit comments

Comments
 (0)