File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,8 +280,8 @@ The following explain the main steps to release `ramp-board`:
280
280
(e.g., `git commit -am "bumpversion 0.5.0" `).
281
281
3. Create a branch for this version (e.g.,
282
282
`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
285
285
<https://github.com/paris-saclay-cds/ramp-board/releases> `_. Copy the
286
286
release notes from `whats_new
287
287
<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`:
294
294
this was performed correctly, ensure that `ramp-board/stable
295
295
<https://github.com/paris-saclay-cds/ramp-docs/blob/master/ramp-board/stable> `_
296
296
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
298
298
release branch (e.g., branch `0.5.X `). Remove unnecessary files
299
299
with `make clean-dist ` then push on PyPI with `make upload-pypi `.
300
300
8. Switch to `master ` branch and run `bumpversion minor `, commit and push on
You can’t perform that action at this time.
0 commit comments