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)