Skip to content

Commit 127a6c8

Browse files
Backport PR #22539 on branch 6.x (PR: Add step to RELEASE.md to update metadata files (org.spyder_ide.spyder.appdata.xml)) (#22540)
Co-authored-by: Carlos Cordoba <[email protected]>
1 parent 994e499 commit 127a6c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ For that you need to run the following commands:
158158
* If one of the previous steps fail, merge a fix PR and start the process again with an incremented 'rcX' commit.
159159

160160

161-
## Update Changelog and Announcements
161+
## Update Changelog, Announcements and metadata files
162162

163163
* Create a PR in master to update those files by following the steps below.
164164

@@ -184,6 +184,10 @@ For that you need to run the following commands:
184184

185185
* `git add .` and `git commit -m "Update Announcements"`
186186

187+
* Update [org.spyder_ide.spyder.appdata.xml](scripts/org.spyder_ide.spyder.appdata.xml) adding the version to be released over the `<releases>` tag
188+
189+
* `git add .` and `git commit -m "Update metadata files"`
190+
187191
* Once merged, backport the PR that contains these changes to the stable branch (e.g. `6.x`)
188192

189193

0 commit comments

Comments
 (0)