From 1e50821bcba56a9811fde5945b7b7b16e2396c9b Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 11 May 2021 16:09:47 +0000 Subject: [PATCH] docs: update release step This fixes the release instructions. --- docs/RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index a0de74f4..ce7f13e1 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -18,6 +18,8 @@ nav_order: 8 tag with the release notes as its content. Make the first line be the name of the tag itself. 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 attach the tarball.