Merge pull request #2823 from coreos/ups/release-steps

docs: update release steps
This commit is contained in:
Luca Bruno 2021-05-11 19:12:23 +00:00 committed by GitHub
commit 58684c43f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
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.