Skip to content

Commit b975c32

Browse files
authored
Merge pull request #1583 from rgommers/doc-lts-branch
Add a note on LTS releases to the `bot` docs
2 parents 7796577 + 077baf3 commit b975c32

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ automatic version updates/migrations for feedstocks. The current options are
124124
abi_migration_branches:
125125
- v1.10.x
126126
127+
The ``abi_migration_branches`` feature is useful to, for example, add a
128+
long-term support (LTS) branch for a package.
129+
127130
.. _build_platform:
128131

129132
build_platform
@@ -137,7 +140,7 @@ build platform using cross-compiling.
137140
build_platform:
138141
osx_64: linux_64
139142
140-
Leaving this field empty implicitly requests to build a package natively. i.e.
143+
Leaving this field empty implicitly requests to build a package natively. i.e.
141144

142145
.. code-block:: yaml
143146
@@ -154,19 +157,19 @@ Leaving this field empty implicitly requests to build a package natively. i.e.
154157

155158
build_with_mambabuild
156159
---------------------
157-
This option, when enabled, configures the conda-forge CI to run a debug build using the ``mamba`` solver. Check `this <https://conda-forge.org/docs/maintainer/maintainer_faq.html#mfaq-mamba-local>`__ to know more.
160+
This option, when enabled, configures the conda-forge CI to run a debug build using the ``mamba`` solver. Check `this <https://conda-forge.org/docs/maintainer/maintainer_faq.html#mfaq-mamba-local>`__ to know more.
158161

159162
.. code-block:: yaml
160163
161164
build_with_mambabuild:
162-
True
163-
165+
True
166+
164167
.. _channel_priority:
165168

166169
channel_priority
167170
----------------
168171

169-
This value sets the ``conda`` solver channel priority for feedstock builds.
172+
This value sets the ``conda`` solver channel priority for feedstock builds.
170173
The default is ``strict``. Any valid value for the same setting in the ``.condarc`` is
171174
allowed here.
172175

0 commit comments

Comments
 (0)