Skip to content

Commit c7d8e88

Browse files
author
Akos Kitta
committed
fix: keep the original files
1 parent cddb18e commit c7d8e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/internal/release-procedure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
299299
- Download the `stable-mac.yaml` produced by GitHub Actions from the latest release, rename it to `stable-mac-X64.yml`, and put it in the same folder where you put the file from the Mac Mini.
300300
- Run the channel file merger:
301301
```sh
302-
node ./scripts/merge-channel-files.js ./path/to/folder/with/channel/files
302+
node ./scripts/merge-channel-files.js ./path/to/folder/with/channel/files --no-cleanup
303303
```
304+
> Although, the `--no-cleanup` flag is not mandatory to merge the channel files, it instructs the merger to keep the original channel files.
304305
- You have the merged channel file that you need to upload to S3.
305306

306307
### FAQ

0 commit comments

Comments
 (0)