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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,8 +259,8 @@ For an example see `this <https://github.com/conda-forge/cudnn-feedstock/issues/
259
259
Maintaining several versions
260
260
============================
261
261
262
-
If you'd like to maintain more than one version of your package, you can use branches on the feedstock. To do this,
263
-
fork your feedstock and make a meaningful branch name (e.g., `v1.X` or `v1.0`).
264
-
Make the required changes to the recipe and rerender the feedstock. Then push this branch
265
-
from your fork to the upstream feedstock. Our CI services will automatically build any
266
-
branches in addition to the default branch.
262
+
If you'd like to maintain more than one version of your package, you can use branches on the feedstock. To do this:
263
+
264
+
- Fork your feedstock and make a meaningful branch name (e.g., `v1.X` or `v1.0`).
265
+
- Make the required changes to the recipe and rerender the feedstock.
266
+
- Then push this branch from your fork to the upstream feedstock. Our CI services will automatically build any branches in addition to the default branch.
0 commit comments