Skip to content

Commit

Permalink
Backport PR #22539 on branch 6.x (PR: Add step to RELEASE.md to upd…
Browse files Browse the repository at this point in the history
…ate metadata files (`org.spyder_ide.spyder.appdata.xml`)) (#22540)

Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
meeseeksmachine and ccordoba12 authored Sep 20, 2024
1 parent 994e499 commit 127a6c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For that you need to run the following commands:
* If one of the previous steps fail, merge a fix PR and start the process again with an incremented 'rcX' commit.


## Update Changelog and Announcements
## Update Changelog, Announcements and metadata files

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

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

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

* Update [org.spyder_ide.spyder.appdata.xml](scripts/org.spyder_ide.spyder.appdata.xml) adding the version to be released over the `<releases>` tag

* `git add .` and `git commit -m "Update metadata files"`

* Once merged, backport the PR that contains these changes to the stable branch (e.g. `6.x`)


Expand Down

0 comments on commit 127a6c8

Please sign in to comment.