Updated Creating a release (markdown)
This commit is contained in:
parent
0143e3cddb
commit
3ccafe28fb
|
@ -40,6 +40,19 @@ PATH=$PATH:$(pwd)/bin
|
|||
|
||||
## Website
|
||||
|
||||
### Uploading the binaries
|
||||
|
||||
- `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`
|
||||
|
||||
|
||||
### Updating the blog/downloads page
|
||||
|
||||
- Create a new blog post in `_drafts` titled: `version-<ver>-released.md` where `<ver>` is the version without any dots, e.g. `0180` for `0.18.0`.
|
||||
- When ready to release:
|
||||
- move the blog post into `_posts`, making sure to append the current date to its filename: `2017-09-31-title.md`.
|
||||
|
|
Loading…
Reference in New Issue