Skip to content

Commit f1581a8

Browse files
updated release doc for MAC users (#6069)
Signed-off-by: laxmikantbpandhare <[email protected]> Signed-off-by: laxmikantbpandhare <[email protected]>
1 parent f7b1c09 commit f1581a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/content/en/docs/contribution-guidelines/releasing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ correctly prior to the release commit.
7777
```sh
7878
sed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
7979
```
80+
For MAC users command will be little different.
81+
```sh
82+
gsed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
83+
```
8084
1. Lock down the `master` branch to prevent further commits before the release completes:
8185
1. Go to `Settings -> Branches` in the SDK repo.
8286
1. Under `Branch protection rules`, click `Edit` on the `master` branch rule.

0 commit comments

Comments
 (0)