We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b1c09 commit f1581a8Copy full SHA for f1581a8
website/content/en/docs/contribution-guidelines/releasing.md
@@ -77,6 +77,10 @@ correctly prior to the release commit.
77
```sh
78
sed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
79
```
80
+ For MAC users command will be little different.
81
+ ```sh
82
+ gsed -i -E 's/(IMAGE_VERSION = ).+/\1v1\.3\.0/g' Makefile
83
+ ```
84
1. Lock down the `master` branch to prevent further commits before the release completes:
85
1. Go to `Settings -> Branches` in the SDK repo.
86
1. Under `Branch protection rules`, click `Edit` on the `master` branch rule.
0 commit comments