Skip to content

Commit 96c9660

Browse files
authored
Merge pull request #1787 from ssurbhi560/add-bullet-maintaining-several-versions
Add bullet points in "Maintaining several versions" section
2 parents ffcbfb3 + 7bc7226 commit 96c9660

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/maintainer/updating_pkgs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ For an example see `this <https://github.com/conda-forge/cudnn-feedstock/issues/
259259
Maintaining several versions
260260
============================
261261

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

Comments
 (0)