File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ For that you need to run the following commands:
158
158
* If one of the previous steps fail, merge a fix PR and start the process again with an incremented 'rcX' commit.
159
159
160
160
161
- ## Update Changelog and Announcements
161
+ ## Update Changelog, Announcements and metadata files
162
162
163
163
* Create a PR in master to update those files by following the steps below.
164
164
@@ -184,6 +184,10 @@ For that you need to run the following commands:
184
184
185
185
* ` git add . ` and ` git commit -m "Update Announcements" `
186
186
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
+
187
191
* Once merged, backport the PR that contains these changes to the stable branch (e.g. ` 6.x ` )
188
192
189
193
You can’t perform that action at this time.
0 commit comments