Skip to content

Commit

Permalink
updated release doc for MAC users (#6069)
Browse files Browse the repository at this point in the history
Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>

Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
  • Loading branch information
laxmikantbpandhare committed Oct 7, 2022
1 parent f7b1c09 commit f1581a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/en/docs/contribution-guidelines/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ correctly prior to the release commit.
```sh
sed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
```
For MAC users command will be little different.
```sh
gsed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
```
1. Lock down the `master` branch to prevent further commits before the release completes:
1. Go to `Settings -> Branches` in the SDK repo.
1. Under `Branch protection rules`, click `Edit` on the `master` branch rule.
Expand Down

0 comments on commit f1581a8

Please sign in to comment.