Skip to content

Commit 5eb0f10

Browse files
committed
docs: Specify no-edit flag in release process commit signing
1 parent 8fd02e6 commit 5eb0f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/contributing/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ gh pr checkout <RELEASE_PR_NUMBER>
2727

2828
Sign the previous commit:
2929

30-
```shell
31-
git commit --gpg-sign --amend
30+
```bash
31+
git commit --gpg-sign --amend --no-edit
3232
```
3333

3434
And force push:

0 commit comments

Comments
 (0)