Skip to content

Commit 3a5e17a

Browse files
authored
Fix CI badge and update release instructions
Updated CI badge link and corrected release instructions.
1 parent 4a29b84 commit 3a5e17a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI](https://img.shields.io/pypi/v/napari-bioformats.svg?color=green)](https://pypi.org/project/napari-bioformats)
55
[![Conda](https://img.shields.io/conda/v/conda-forge/napari-bioformats)](https://anaconda.org/conda-forge/napari-bioformats)
66
[![Python Version](https://img.shields.io/pypi/pyversions/napari-bioformats.svg?color=green)](https://python.org)
7-
[![tests](https://github.com/imaging-formats/napari-bioformats/workflows/tests/badge.svg)](https://github.com/imaging-formats/napari-bioformats/actions)
7+
[![tests](https://github.com/imaging-formats/napari-bioformats/actions/workflows/ci.yml/badge.svg)](https://github.com/imaging-formats/napari-bioformats/actions/workflows/ci.yml)
88
[![codecov](https://codecov.io/gh/imaging-formats/napari-bioformats/branch/master/graph/badge.svg)](https://codecov.io/gh/imaging-formats/napari-bioformats)
99

1010
Bioformats plugin for napari using [bffile](https://github.com/imaging-formats/bffile)
@@ -15,7 +15,7 @@ Anyone with write access can create a release:
1515

1616
1. **Locally:**
1717

18-
checkout the version you want to release, then run:
18+
checkout the commit you want to release, then run:
1919

2020
```bash
2121
git tag -a vX.Y.Z -m vX.Y.Z

0 commit comments

Comments
 (0)