Skip to content

Commit

Permalink
ghrel automation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 23, 2015
1 parent 941a4fb commit a350a82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions checklist.html
Expand Up @@ -65,8 +65,8 @@ <h2>Versioning and tagging</h2>
</ul>
<h2>GitHub Releases</h2>
<ul>
<li><input type="checkbox"> Create a GitHub release for this version, use the announcement you wrote earlier</li>
<li><input type="checkbox"> Download the source <code>.tar.gz</code> file generated by GitHub</li>
<li><input type="checkbox"> Create a GitHub release for this version by running <code>scripts/github-release.py</code></li>
<li><input type="checkbox"> Download the source <code>.tar.gz</code> file generated by GitHub (open link from the release script and click the download button)</li>
<li><input type="checkbox"> Sign the file with <code>gpg -a --detach-sign nikola-$VERSION.tar.gz</code></li>
<li><input type="checkbox"> Upload the tarball and the <code>.asc</code> file to PyPI</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions src/checklist.html
Expand Up @@ -36,8 +36,8 @@ <h2>Versioning and tagging</h2>
</ul>
<h2>GitHub Releases</h2>
<ul>
<li><input type="checkbox"> Create a GitHub release for this version, use the announcement you wrote earlier</li>
<li><input type="checkbox"> Download the source <code>.tar.gz</code> file generated by GitHub</li>
<li><input type="checkbox"> Create a GitHub release for this version by running <code>scripts/github-release.py</code></li>
<li><input type="checkbox"> Download the source <code>.tar.gz</code> file generated by GitHub (open link from the release script and click the download button)</li>
<li><input type="checkbox"> Sign the file with <code>gpg -a --detach-sign nikola-$VERSION.tar.gz</code></li>
<li><input type="checkbox"> Upload the tarball and the <code>.asc</code> file to PyPI</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions src/checklist.md
Expand Up @@ -42,8 +42,8 @@ Run all the commands in your terminal:

## GitHub Releases

* <input type="checkbox"> Create a GitHub release for this version, use the announcement you wrote earlier
* <input type="checkbox"> Download the source `.tar.gz` file generated by GitHub
* <input type="checkbox"> Create a GitHub release for this version by running `scripts/github-release.py`
* <input type="checkbox"> Download the source `.tar.gz` file generated by GitHub (open link from the release script and click the download button)
* <input type="checkbox"> Sign the file with `gpg -a --detach-sign nikola-$VERSION.tar.gz`
* <input type="checkbox"> Upload the tarball and the `.asc` file to PyPI

Expand Down

0 comments on commit a350a82

Please sign in to comment.