From b540315cb4bd91e6f3a3e4ab8129a58556947628 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 23 Dec 2022 20:45:00 -0800 Subject: [PATCH] Add Juliaup and versions.json to release proc instr (#47984) --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb6704a1fa1e0..c31517c4f1e3a 100644 --- a/Makefile +++ b/Makefile @@ -152,8 +152,10 @@ release-candidate: release testall @echo 10. Follow packaging instructions in doc/build/distributing.md to create binary packages for all platforms @echo 11. Upload to AWS, update https://julialang.org/downloads and http://status.julialang.org/stable links @echo 12. Update checksums on AWS for tarball and packaged binaries - @echo 13. Announce on mailing lists - @echo 14. Change master to release-0.X in base/version.jl and base/version_git.sh as in 4cb1e20 + @echo 13. Update versions.json + @echo 14. Push to Juliaup (https://github.com/JuliaLang/juliaup/wiki/Adding-a-Julia-version) + @echo 15. Announce on mailing lists + @echo 16. Change master to release-0.X in base/version.jl and base/version_git.sh as in 4cb1e20 @echo $(build_man1dir)/julia.1: $(JULIAHOME)/doc/man/julia.1 | $(build_man1dir)