Skip to content

Commit b8daa3f

Browse files
committed
docs: Specify no-edit flag in release process commit signing
1 parent 53ffa18 commit b8daa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/contributing/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gh pr checkout <RELEASE_PR_NUMBER>
2727
Sign the previous commit:
2828

2929
```bash
30-
git commit --gpg-sign --amend
30+
git commit --gpg-sign --amend --no-edit
3131
```
3232

3333
And force push:

0 commit comments

Comments
 (0)