From 4d06a9c6e37cc69ae9c73d3b0a4df3c5148f38da Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 7 Sep 2017 21:26:41 +0100 Subject: [PATCH] Info about website. --- Creating-a-release.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Creating-a-release.md b/Creating-a-release.md index 613f75a..6c66151 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -37,3 +37,12 @@ PATH=$PATH:$(pwd)/bin ./koch csource -d:release ./koch xz -d:release ``` + +## Website + +- Create a new blog post in `_drafts` +- When ready to release: + - move the blog post into `_posts` + - modify config.yml's `version` key to the new version + - `git commit` + - `git push live master` (the `live` remote is a strict secret)