Skip to content

Commit 1a3da30

Browse files
authored
Addition to release checklist in makefile (#43709)
1 parent 76dc379 commit 1a3da30

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,16 @@ release-candidate: release testall
127127
@echo 2. Update references to the julia version in the source directories, such as in README.md
128128
@echo 3. Bump VERSION
129129
@echo 4. Increase SOMAJOR and SOMINOR if needed.
130-
@echo 5. Create tag, push to github "\(git tag v\`cat VERSION\` && git push --tags\)" #"` # These comments deal with incompetent syntax highlighting rules
131-
@echo 6. Clean out old .tar.gz files living in deps/, "\`git clean -fdx\`" seems to work #"`
132-
@echo 7. Replace github release tarball with tarballs created from make light-source-dist and make full-source-dist with USE_BINARYBUILDER=0
133-
@echo 8. Check that 'make && make install && make test' succeed with unpacked tarballs even without Internet access.
134-
@echo 9. Follow packaging instructions in doc/build/distributing.md to create binary packages for all platforms
135-
@echo 10. Upload to AWS, update https://julialang.org/downloads and http://status.julialang.org/stable links
136-
@echo 11. Update checksums on AWS for tarball and packaged binaries
137-
@echo 12. Announce on mailing lists
138-
@echo 13. Change master to release-0.X in base/version.jl and base/version_git.sh as in 4cb1e20
130+
@echo 5. Update SPDX document by running the script contrib/updateSPDX.jl
131+
@echo 6. Create tag, push to github "\(git tag v\`cat VERSION\` && git push --tags\)" #"` # These comments deal with incompetent syntax highlighting rules
132+
@echo 7. Clean out old .tar.gz files living in deps/, "\`git clean -fdx\`" seems to work #"`
133+
@echo 8. Replace github release tarball with tarballs created from make light-source-dist and make full-source-dist with USE_BINARYBUILDER=0
134+
@echo 9. Check that 'make && make install && make test' succeed with unpacked tarballs even without Internet access.
135+
@echo 10. Follow packaging instructions in doc/build/distributing.md to create binary packages for all platforms
136+
@echo 11. Upload to AWS, update https://julialang.org/downloads and http://status.julialang.org/stable links
137+
@echo 12. Update checksums on AWS for tarball and packaged binaries
138+
@echo 13. Announce on mailing lists
139+
@echo 14. Change master to release-0.X in base/version.jl and base/version_git.sh as in 4cb1e20
139140
@echo
140141

141142
$(build_man1dir)/julia.1: $(JULIAHOME)/doc/man/julia.1 | $(build_man1dir)

0 commit comments

Comments
 (0)