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 08e032e commit 32f2acdCopy full SHA for 32f2acd
README.md
@@ -105,12 +105,14 @@ You can also _set_ a specific version with the `set-version` target.
105
make set-version VERSION=7.1.1
106
```
107
108
-Finally, commit the version changes:
+Commit the version changes:
109
110
```bash
111
git commit -a -m "Release $(make --quiet version)"
112
113
114
+Finally, create a PR to commit your changes, make sure your PR is approved and merged before move to the next step!
115
+
116
### 3: Publish Crates
117
118
**NOTE:** If you're a not a member of the core FVM team, you'll need help with this step. Please
0 commit comments