Skip to content

Commit 977b27f

Browse files
authored
DOC fix rendering for release process (#546)
1 parent a801033 commit 977b27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/contribute.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ The following explain the main steps to release `ramp-board`:
280280
(e.g., `git commit -am "bumpversion 0.5.0"`).
281281
3. Create a branch for this version (e.g.,
282282
`git checkout -b 0.<version number>.X`).
283-
4*. Push the new branch into the upstream remote ramp-board repository.
284-
5*. Create a GitHub release by clicking 'Draft a new release' `here
283+
4. Push the new branch into the upstream remote ramp-board repository.
284+
5. Create a GitHub release by clicking 'Draft a new release' `here
285285
<https://github.com/paris-saclay-cds/ramp-board/releases>`_. Copy the
286286
release notes from `whats_new
287287
<https://paris-saclay-cds.github.io/ramp-docs/ramp-board/dev/whats_new.html>`_.
@@ -294,7 +294,7 @@ The following explain the main steps to release `ramp-board`:
294294
this was performed correctly, ensure that `ramp-board/stable
295295
<https://github.com/paris-saclay-cds/ramp-docs/blob/master/ramp-board/stable>`_
296296
has the new version number.
297-
7*. `cd` back into the `ramp-board` code repository and ensure you are in the
297+
7. `cd` back into the `ramp-board` code repository and ensure you are in the
298298
release branch (e.g., branch `0.5.X`). Remove unnecessary files
299299
with `make clean-dist` then push on PyPI with `make upload-pypi`.
300300
8. Switch to `master` branch and run `bumpversion minor`, commit and push on

0 commit comments

Comments
 (0)