diff --git a/Makefile b/Makefile index 9d73a0301a423..cf0bf761b4fc7 100644 --- a/Makefile +++ b/Makefile @@ -154,11 +154,12 @@ release-candidate: release testall @echo 5. Create tag, push to github "\(git tag v\`cat VERSION\` && git push --tags\)" #"` # These comments deal with incompetent syntax highlighting rules @echo 6. Clean out old .tar.gz files living in deps/, "\`git clean -fdx\`" seems to work #"` @echo 7. Replace github release tarball with tarballs created from make light-source-dist and make full-source-dist - @echo 8. Follow packaging instructions in DISTRIBUTING.md to create binary packages for all platforms - @echo 9. Upload to AWS, update https://julialang.org/downloads and http://status.julialang.org/stable links - @echo 10. Update checksums on AWS for tarball and packaged binaries - @echo 11. Announce on mailing lists - @echo 12. Change master to release-0.X in base/version.jl and base/version_git.sh as in 4cb1e20 + @echo 8. Check that 'make && make install && make test' succeed with unpacked tarballs even without Internet access. + @echo 9. Follow packaging instructions in DISTRIBUTING.md to create binary packages for all platforms + @echo 10. Upload to AWS, update https://julialang.org/downloads and http://status.julialang.org/stable links + @echo 11. Update checksums on AWS for tarball and packaged binaries + @echo 12. Announce on mailing lists + @echo 13. 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)