Updated Creating a release (markdown)
This commit is contained in:
parent
4d06a9c6e3
commit
646d828c0e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue