We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0722422 commit 4d305d5Copy full SHA for 4d305d5
Makefile
@@ -70,7 +70,7 @@ release-candidate: release test
70
71
@echo 1. Remove deprecations in base/deprecated.jl
72
@echo 2. Bump VERSION
73
- @echo 3. Create tag, push to github "\(git tag v\`cat VERSION]\` && git push --tags\)"
+ @echo 3. Create tag, push to github "\(git tag v\`cat VERSION\` && git push --tags\)"
74
@echo 4. Replace github release tarball with tarball created from make source-dist
75
@echo 5. Follow packaging instructions in DISTRIBUTING.md to create binary packages for all platforms
76
@echo 6. Upload to AWS, update http://julialang.org/downloads links
0 commit comments