note about changelog/release notes link to wiki

- really  fixes #529
This commit is contained in:
Casper da Costa-Luis 2018-04-03 19:27:47 +01:00
parent c9dc62286d
commit ef6858a3ac
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 7 additions and 2 deletions

View File

@ -237,6 +237,10 @@ Finally, upload everything to pypi. This can be done easily using the
Also, the new release can (should) be added to `github` by creating a new
release from the web interface; uploading packages from the `dist/` folder
created by `[python setup.py] make build`.
The [wiki] can be automatically updated with github release notes by
running `make` within the wiki repository.
[wiki]: https://github.com/tqdm/tqdm/wiki
Notes
~~~~~
@ -267,7 +271,7 @@ following:
Additionally (less maintained), there exists:
- A [wiki](https://github.com/tqdm/tqdm/wiki) which is publicly editable.
- A [wiki] which is publicly editable.
- The [gh-pages project](https://tqdm.github.io/tqdm/) which is built from the
[gh-pages branch](https://github.com/tqdm/tqdm/tree/gh-pages), which is
built using [asv](https://github.com/spacetelescope/asv/).

View File

@ -103,7 +103,8 @@ Changelog
---------
The list of all changes is available either on GitHub's Releases:
|GitHub-Status| or on crawlers such as
|GitHub-Status|, on the
`wiki <https://github.com/tqdm/tqdm/wiki/Releases>`__ or on crawlers such as
`allmychanges.com <https://allmychanges.com/p/python/tqdm/>`_.