Merge pull request #1101 from p12tic/post-release-fixes

RELEASING: Fix release command
This commit is contained in:
Povilas Kanapickas
2025-01-07 21:24:36 +02:00
committed by GitHub

View File

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