docs: update release step

This fixes the release instructions.
This commit is contained in:
Luca BRUNO 2021-05-11 16:09:47 +00:00
parent 195807870a
commit 1e50821bcb
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

View File

@ -18,6 +18,8 @@ nav_order: 8
tag with the release notes as its content. Make the first line be the name of tag with the release notes as its content. Make the first line be the name of
the tag itself. the tag itself.
8. Push the tag using `git push $upstream v202X.XX`. 8. Push the tag using `git push $upstream v202X.XX`.
9. Create the xz tarball using `make -C packaging -f Makefile.dist-packaging dist-snapshot`. 9. Create the xz tarball:
* `make -f Makefile.bindings bindings`
* `make -C packaging -f Makefile.dist-packaging dist-snapshot`
10. Create a GitHub release for the new release tag using its contents and 10. Create a GitHub release for the new release tag using its contents and
attach the tarball. attach the tarball.