mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
REL: Prep for v1.2.2
This commit is contained in:
parent
24905addc9
commit
99d4f23ffb
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
1.2.2 (2018-06-xx)
|
||||
1.2.2 (2018-06-12)
|
||||
------------------
|
||||
|
||||
- FIX: update fallback URL to https://pypi.org/simple since pypi.python.org
|
||||
|
@ -11,7 +11,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
|proj-license|
|
||||
|
||||
:Version: 1.2.2.dev0
|
||||
:Date: 2017-11-29 11:49:30
|
||||
:Date: 2018-06-12 11:49:30
|
||||
:Source: https://github.com/pypiserver/pypiserver
|
||||
:PyPI: https://pypi.org/project/pypiserver/
|
||||
:Travis: https://travis-ci.org/pypiserver/pypiserver
|
||||
|
@ -25,13 +25,13 @@ Release check-list:
|
||||
Use ``--help``.
|
||||
Read `PEP-440 <https://www.python.org/dev/peps/pep-0440/`_ to decide the version.
|
||||
|
||||
4. Push it in GitHub with ``--tag``.
|
||||
4. Push it in GitHub with ``--follow-tags``.
|
||||
|
||||
5. Generate package *wheel* with ``/bin/package.sh``.
|
||||
|
||||
6. Upload to PyPi with ``twine upload -su <gpg-user> dist/*``:
|
||||
6. Upload to PyPi with ``twine upload -s -i <gpg-user> dist/*``:
|
||||
|
||||
7. Run ``commit-standalone.sh``.
|
||||
7. Run ``bin/commit-standalone.sh``.
|
||||
|
||||
8. Copy release notes from ``/CHANGES.rst`` in GitHub as new *"release"* page
|
||||
on the new tag. Check syntactic differences between ``.md`` and ``.rst`` files.
|
||||
|
@ -19,7 +19,7 @@ OPTIONS:
|
||||
-t, --tag=<msg> Adds a signed tag with the given message (commit implied).
|
||||
|
||||
|
||||
- Pre-releases: when working on some verion
|
||||
- Pre-releases: when working on some version
|
||||
X.YbN # Beta release
|
||||
X.YrcN or X.YcN # Release Candidate
|
||||
X.Y # Final release
|
||||
|
Loading…
Reference in New Issue
Block a user