diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5f839b1..7bd16e37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ or Google Drive). In order to publish a new version, follow these steps: -1. Update `NEWS.asciidoc`. +1. Update `NEWS.asciidoc`. The release notes should also be added to `html-src/news.html`, along with `templates/index.html` in the website repo. 2. Update the `VERSION_TUPLE =` line in `pysollib/settings.py`. 3. Test using `gmake test` . 4. `git commit` the changes . diff --git a/html-src/gen-html.py b/html-src/gen-html.py index ddd0ea73..a4ea96ef 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -56,7 +56,8 @@ files = [ ('install.html', 'PySol - Installation'), ('intro.html', 'PySol - Introduction'), ('license.html', 'PySol Software License'), - ('news.html', 'PySol - a Solitaire Game Collection'), + ('news.html', 'PySol - What\'s New?'), + ('news_old.html', 'PySol - a Solitaire Game Collection'), # ('rules_alternate.html', 'PySol - a Solitaire Game Collection'), # ('rules.html', 'PySol - a Solitaire Game Collection'), ] diff --git a/html-src/index.html b/html-src/index.html index c96a443f..88fbfd6e 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -11,12 +11,12 @@
+
Visit the official PySolFC Home Page.