Jelajahi Sumber

Adds @ionelmc to comitter list.

Ask Solem 9 tahun lalu
induk
melakukan
0f3a35e4bd
2 mengubah file dengan 16 tambahan dan 2 penghapusan
  1. 8 1
      CONTRIBUTING.rst
  2. 8 1
      docs/contributing.rst

+ 8 - 1
CONTRIBUTING.rst

@@ -859,6 +859,12 @@ Dmitry Malinovsky
 :github: https://github.com/malinoff
 :twitter: https://twitter.com/__malinoff__
 
+Ionel Cristian Mărieș
+~~~~~~~~~~~~~~~~~~~~~
+
+:github: https://github.com/ionelmc
+:twitter: https://twitter.com/ionelmc
+
 Mher Movsisyan
 ~~~~~~~~~~~~~~
 
@@ -1073,7 +1079,8 @@ Commands to make a new public stable release:
 
     $ make distcheck  # checks pep8, autodoc index, runs tests and more
     $ make dist  # NOTE: Runs git clean -xdf and removes files not in the repo.
-    $ python setup.py sdist bdist_wheel upload  # Upload package to PyPI
+    $ python setup.py sdist upload --sign --identity='Celery Security Team'
+    $ python setup.py bdist_wheel upload --sign --identity='Celery Security Team'
 
 If this is a new release series then you also need to do the
 following:

+ 8 - 1
docs/contributing.rst

@@ -889,6 +889,12 @@ Dmitry Malinovsky
 :github: https://github.com/malinoff
 :twitter: https://twitter.com/__malinoff__
 
+Ionel Cristian Mărieș
+~~~~~~~~~~~~~~~~~~~~~
+
+:github: https://github.com/ionelmc
+:twitter: https://twitter.com/ionelmc
+
 Mher Movsisyan
 ~~~~~~~~~~~~~~
 
@@ -1107,7 +1113,8 @@ Commands to make a new public stable release:
 
     $ make distcheck  # checks pep8, autodoc index, runs tests and more
     $ make dist  # NOTE: Runs git clean -xdf and removes files not in the repo.
-    $ python setup.py sdist bdist_wheel upload  # Upload package to PyPI
+    $ python setup.py sdist upload --sign --identity='Celery Security Team'
+    $ python setup.py bdist_wheel upload --sign --identity='Celery Security Team'
 
 If this is a new release series then you also need to do the
 following: