Skip to content

Commit 9a58101

Browse files
authored
Update README.md (#200)
1 parent 947035a commit 9a58101

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,19 @@ and [this second one to merge the temporary dev branch into `main`](https://gith
204204

205205
## Process of building a new Mage-OS release
206206

207+
### 0. Preliminary check
208+
209+
First we need to make sure that all `mageos-` have been updated with latest changes from upstream, we can force the updates with:
210+
211+
- Go to this link: https://github.com/orgs/mage-os/repositories?q=fork%3Atrue+archived%3Afalse+mageos-
212+
- Click on every repository and, for every repository
213+
- Click the "Actions" tab
214+
- Run the merge-upstream-changes action
215+
216+
Then, for every repo, we have to merge every development branch into our `release/1.x`.
217+
At the moment we don't have an automated process to do that, but you can check https://github.com/mage-os/github-actions/pull/284 in order to generate the list of commands to do that.
218+
Note that, after creating all the PRs for every repo, if they don't have any conflicts, they should be merged as they are. But in case they have conflicts, then you should close the PR and manually re-create it via a forked repository in your personal account.
219+
207220
### 1. github-actions
208221

209222
- Fork and clone https://github.com/mage-os/github-actions,

0 commit comments

Comments
 (0)