diff --git a/Creating-a-release.md b/Creating-a-release.md index 6c66151..8b3b595 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -45,4 +45,6 @@ PATH=$PATH:$(pwd)/bin - move the blog post into `_posts` - modify config.yml's `version` key to the new version - `git commit` + - **TIP:** Here is a real-life example of a commit that signifies a release: https://github.com/nim-lang/website/commit/6f95916dee1212dcf5465d74dcff14e01f714503. The draft blog post was created in earlier commits, but hopefully it's pretty easy to figure out how it was made. + - **TIP2:** You can see what a draft post looks like by running `jekyll serve --drafts` inside the website's `jekyll` directory. - `git push live master` (the `live` remote is a strict secret)