Skip to content

Commit 2f9613a

Browse files
[_fixed] git merge to be --ff-only
1 parent dfbd465 commit 2f9613a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ To push a new build to NPM, follow these steps. If the process changes, please
2727
12. Update the `stable` branch:
2828
```
2929
git checkout stable
30-
git merge develop --ff
30+
git merge develop --ff-only
3131
git push origin stable
3232
```

0 commit comments

Comments
 (0)