Skip to content

Commit 32f2acd

Browse files
authored
update release flow (#181)
1 parent 08e032e commit 32f2acd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,14 @@ You can also _set_ a specific version with the `set-version` target.
105105
make set-version VERSION=7.1.1
106106
```
107107

108-
Finally, commit the version changes:
108+
Commit the version changes:
109109

110110
```bash
111111
git commit -a -m "Release $(make --quiet version)"
112112
```
113113

114+
Finally, create a PR to commit your changes, make sure your PR is approved and merged before move to the next step!
115+
114116
### 3: Publish Crates
115117

116118
**NOTE:** If you're a not a member of the core FVM team, you'll need help with this step. Please

0 commit comments

Comments
 (0)