Skip to content

Commit

Permalink
Beautify.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 3, 2018
1 parent e5af6eb commit 15793cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,8 @@
# Zope Releases

## latest (files created from master but not necessarily in sync with it)
## latest

(files created from master but not necessarily in sync with it)

* [versions.cfg](releases/master/versions.cfg)
* [versions-prod.cfg](releases/master/versions-prod.cfg)
Expand Down
2 changes: 1 addition & 1 deletion build_index.sh
Expand Up @@ -11,7 +11,7 @@ for tag in "master" $(git tag -l "4*" | sort -r); do
git show $tag:versions.cfg > releases/$tag/versions.cfg
git show $tag:versions-prod.cfg > releases/$tag/versions-prod.cfg
if [ $tag == "master" ] ; then
printf "## latest (files created from master but not necessarily in sync with it)" >> README.md
printf "## latest\n\n(files created from master but not necessarily in sync with it)" >> README.md
else
printf "## $tag" >> README.md
fi
Expand Down

0 comments on commit 15793cd

Please sign in to comment.