Skip to content

Commit

Permalink
Fix Markdown links (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
hugovk and AlexWaygood authored Dec 31, 2023
1 parent f458cdf commit 1b8c9f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- [ ] Update [changelog](https://github.com/python/cherry-picker#changelog)

- [ ] Go to [Releases page](https://github.com/python/cherry-picker/releases) and
- [ ] Go to the [Releases page](https://github.com/python/cherry-picker/releases) and

- [ ] Click "Draft a new release"

Expand All @@ -19,11 +19,11 @@

- [ ] Click "Publish release"

- [ ] Check the tagged [GitHub Actions build] (https://github.com/python/cherry-picker/actions/workflows/deploy.yml)
has deployed to [PyPI] (https://pypi.org/project/cherry_picker/#history)
- [ ] Check the tagged [GitHub Actions build](https://github.com/python/cherry-picker/actions/workflows/deploy.yml)
has deployed to [PyPI](https://pypi.org/project/cherry_picker/#history)

- [ ] Check installation:

```bash
python -m pip uninstall -y cherry_picker && python -m pip install -U cherry_picker && cherry_picker --version
```
```bash
python -m pip uninstall -y cherry_picker && python -m pip install -U cherry_picker && cherry_picker --version
```

0 comments on commit 1b8c9f7

Please sign in to comment.