Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.8.0 #79

Closed
scls19fr opened this issue May 15, 2018 · 4 comments
Closed

Release 2.8.0 #79

scls19fr opened this issue May 15, 2018 · 4 comments

Comments

@scls19fr
Copy link
Member

scls19fr commented May 15, 2018

Hello,

Like I said in #78 we need to define a release procedure.
I'm considering the following expected features and changelog (when PR merged)

https://github.com/scls19fr/python-semver/blob/402984a04efbba1c2c3b670fcd9c6869b8429063/CHANGELOG

A possible release procedure (in a release-procedure.md file) could be as defined in #81

Any comment?

@k-bx
Copy link
Contributor

k-bx commented May 15, 2018

LGTM

@scls19fr scls19fr mentioned this issue May 15, 2018
@scls19fr
Copy link
Member Author

Will do tomorrow afternoon

scls19fr added a commit that referenced this issue May 16, 2018
@scls19fr
Copy link
Member Author

@scls19fr
Copy link
Member Author

https://pypi.org/project/semver/ is updated.

FYI, I modified my .pypirc

from

[distutils] # this tells distutils what package indexes you can push to
index-servers = pypi
    pypi # the live PyPI
    pypitest # test PyPI

[pypi]
repository:https://upload.pypi.org/legacy/
username:mypypi_login
password:*******

[pypitest]
repository:https://test.pypi.org/legacy/
username:mypypi_login
password:*******

to

[distutils] # this tells distutils what package indexes you can push to
index-servers = pypi
    pypi # the live PyPI
    pypitest # test PyPI

[pypi]
repository:http://pypi.python.org/pypi
username:mypypi_login
password:*******

[pypitest]
repository:https://testpypi.python.org/pypi
username:mypypi_login
password:*******

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants