docs: fix release commands

This commit is contained in:
jo 2022-09-23 12:35:07 +02:00 committed by Jonas L
parent 69aadd66ea
commit 2535e8c483
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Create a new `release-$VERSION` branch and release commit to prepare a release p
```bash
git checkout -b "release-$VERSION"
export COMMIT_MESSAGE="chore: release $VERSION"
git commit --allow-empty "$COMMIT_MESSAGE"
git commit --allow-empty --message="$COMMIT_MESSAGE"
```
### 1. Version bump