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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,32 +103,32 @@ Here we assume that you would like to update the feedstock ``<feedstock>``. Feed
103
103
Updating recipes
104
104
================
105
105
106
-
Please follow the following guidelines when updating recipes.
106
+
Please follow the following guidelines while updating recipes:
107
107
108
-
1. Always use a fork of the feedstock when updating the recipe.
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 shipping 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:
114
114
115
115
Rerendering feedstocks
116
116
======================
117
117
118
-
Rerendering is conda-forge's way to update the files common to all feedstocks (e.g. README, :term:`CI` configuration, pinned dependencies)
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
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`` (see: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 (see: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
128
128
Rerendering with conda-smithy locally
129
129
-------------------------------------
130
130
131
-
The first step is to install ``conda-smithy`` in your root environment
131
+
The first step is to install ``conda-smithy`` in your root environment.
132
132
133
133
.. code-block:: shell
134
134
@@ -148,13 +148,13 @@ To do this drop ``-c auto`` from the command.
148
148
When to rerender
149
149
----------------
150
150
151
-
We need to re-render when there are changes to the following parts of the feedstock:
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``;
155
-
- updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156
-
- updates in conda-forge pinning that affect the feedstock
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);
153
+
- Platform configuration (``skip`` sections).
154
+
- ``yum_requirements.txt`` or ``conda-forge.yml``.
155
+
- Updates in the build matrix due to new versions of Python, NumPy, PERL, R, etc.
156
+
- Updates in conda-forge pinning that affect the feedstock.
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