Updated Creating a release (markdown)
This commit is contained in:
parent
75e44ac98a
commit
41f026f666
|
@ -16,13 +16,16 @@
|
|||
|
||||
## Website
|
||||
|
||||
- Download the binaries from https://github.com/nim-lang/nightlies/releases
|
||||
- Rename the nim-$version_windows_(x32/x64).zip files to nim-$version(x32/x64).zip for consistency with every older release.
|
||||
- Rename the nim-$version_osx.tar.xz to nim-$version.tar.xz as that is what we use for the source based installation.
|
||||
- Upload the produced .zips. For example: `scp nim-0.18.0.tar.xz username@servername:/var/www/nim-lang.org/download/nim-0.18.0.tar.xz` (change the version obviously)
|
||||
|
||||
### Generating the sha256's
|
||||
|
||||
- `ssh username@servername`
|
||||
- `cd /var/www/nim-lang.org/download/`
|
||||
- `sha256sum nim-0.18.0.tar.xz > nim-0.18.0.tar.xz.sha256`
|
||||
- `sha256sum nim-0.20.0.tar.xz > nim-0.20.0.tar.xz.sha256`
|
||||
|
||||
|
||||
### Updating the blog/downloads page
|
||||
|
|
Loading…
Reference in New Issue