RELEASING: Fix release command

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas 2025-01-07 21:18:35 +02:00
parent 9cbc4c1dcd
commit ac5291e10b

View File

@ -35,7 +35,7 @@ Pull the merge commit created on the `main` branch during the step 2.
Then run:
```
./scripts/make_release.sh
./scripts/make_release.sh $VERSION
```
This will create release commit, tag and push everything.