Skip to content

Commit

Permalink
v8: Add path handler doc regeneration step
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 4, 2015
1 parent 57d9d02 commit 9d6d128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion checklist.html
Expand Up @@ -27,13 +27,14 @@
</head>
<body>
<div class="container">
<h1>Nikola Release Checklist (v7/2015-08-22)</h1>
<h1>Nikola Release Checklist (v8/2015-09-04)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
<ul>
<li><input type="checkbox"> If you have a local clone of the releng repo: <code>git pull</code> first, refresh the page if necessary</li>
<li><input type="checkbox"> Get into the Nikola repo, make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> <code>scripts/document_path_handlers.py &gt; docs/path_handlers.txt</code></li>
<li><input type="checkbox"> <code>scripts/jinjify.py</code></li>
<li><input type="checkbox"> <code>scripts/import_po.py</code></li>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.html
@@ -1,10 +1,11 @@
<h1>Nikola Release Checklist (v7/2015-08-22)</h1>
<h1>Nikola Release Checklist (v8/2015-09-04)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
<ul>
<li><input type="checkbox"> If you have a local clone of the releng repo: <code>git pull</code> first, refresh the page if necessary</li>
<li><input type="checkbox"> Get into the Nikola repo, make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> <code>scripts/document_path_handlers.py &gt; docs/path_handlers.txt</code></li>
<li><input type="checkbox"> <code>scripts/jinjify.py</code></li>
<li><input type="checkbox"> <code>scripts/import_po.py</code></li>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.md
@@ -1,4 +1,4 @@
# Nikola Release Checklist (v7/2015-08-22)
# Nikola Release Checklist (v8/2015-09-04)

## Requirements

Expand All @@ -8,6 +8,7 @@ In order to create a release, you need a bit of free time and a GPG setup. You c

* <input type="checkbox"> If you have a local clone of the releng repo: `git pull` first, refresh the page if necessary
* <input type="checkbox"> Get into the Nikola repo, make sure you are on the `master` branch and run `git pull origin master`
* <input type="checkbox"> `scripts/document_path_handlers.py > docs/path_handlers.txt`
* <input type="checkbox"> `scripts/jinjify.py`
* <input type="checkbox"> `scripts/import_po.py`
* <input type="checkbox"> `scripts/update-bower.sh`
Expand Down

0 comments on commit 9d6d128

Please sign in to comment.