We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cff338 commit c30b7cbCopy full SHA for c30b7cb
docs/releasing.org
@@ -206,6 +206,18 @@ Attach /Changelog.md/ after you are done.
206
207
If everything is alright continue with the next step.
208
209
+* Aggregate release to release repository
210
+ :PROPERTIES:
211
+ :CREATED: [2024-02-21 Wed 00:14]
212
+ :END:
213
+
214
+ After testing the new release and building images it is finally time to aggregate the new
215
+ release so that existing others can upgrade.
216
217
+ Execute the aggregate script like this:
218
+ #+begin_src sh
219
+ ./osc_aggregate_release_package.py -R <release_project> -C <release_config_project>
220
+ #+end_src
221
222
* Publish
223
:PROPERTIES:
0 commit comments