You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
40
+
1. Check the ABI compatibility with the [`check-abi.sh`](/tools/check-abi.sh) tool (installing the `abi-dumper` and `abi-compliance-checker` packages might be required):
41
+
```shell
42
+
tools/check-abi.sh
43
+
```
44
+
2. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
41
45
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) by
42
46
* adding a section for the release (make sure that the version number is a link to a diff between the previous and new version),
0 commit comments