You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/updating_pkgs.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Please follow the following guidelines while updating recipes:
107
107
108
108
1. Always use a fork of the feedstock while updating the recipe.
109
109
2. When a package's version is not changed, but other metadata or parts of the recipe are changed, increase the build number by ``1``.
110
-
3. When you ship a new version of your package, reset the build number to ``0``.
110
+
3. While shipping a new version of your package, reset the build number to ``0``.
111
111
112
112
113
113
.. _dev_update_rerender:
@@ -117,11 +117,11 @@ Rerendering feedstocks
117
117
118
118
Rerendering is conda-forge's way to update the files common to all feedstocks (e.g. README, :term:`CI` configuration, pinned dependencies).
119
119
120
-
Rerendering can be done in two ways, that are mentioned below:
120
+
Rerendering can be done in two ways:
121
121
122
-
#. Using the webservice to run conda-smithy on the cloud by adding the comment ``@conda-forge-admin please rerender`` (Visit:ref:`dev_admservice`).
122
+
#. Using the webservice to run conda-smithy on the cloud by adding the comment ``@conda-forge-admin please rerender`` (See:ref:`dev_admservice`).
123
123
124
-
#. Run conda-smithy locally on your machine (Visit:ref:`dev_rerender_local`).
124
+
#. Run conda-smithy locally on your machine (See:ref:`dev_rerender_local`).
125
125
126
126
.. _dev_rerender_local:
127
127
@@ -150,8 +150,8 @@ When to rerender
150
150
151
151
We need to re-render when there are changes in the following parts of the feedstock:
152
152
153
-
- The platform configuration (``skip`` sections).
154
-
- The ``yum_requirements.txt``.
153
+
- Platform configuration (``skip`` sections).
154
+
- ``yum_requirements.txt`` or ``conda-forge.yml``.
155
155
- Updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156
156
- Updates in conda-forge pinning that affect the feedstock.
157
157
- Build issues that a feedstock configuration update will fix (follow us on `gitter <https://gitter.im/conda-forge/conda-forge.github.io>`_ to know about those).
0 commit comments