Skip to content

Commit 65190b6

Browse files
committed
update release-checklist
1 parent 5769140 commit 65190b6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

release-checklist.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ For all releases:
2929
- Run `git push --atomic origin main $VERSION`.
3030

3131
- Create [new release on Github](https://github.com/CoLRev-Environment/colrev/releases/new)
32-
- Select new tag
33-
- Enter the release notes
34-
- Publish the release
35-
- The PyPI version is published through a [github action](https://github.com/CoLRev-Environment/colrev/actions/workflows/publish.yml): ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CoLRev-Ecosystem/colrev/publish.yml)
36-
- The zenodo version is published automatically
37-
- Trigger/test the Github-action in a curated metadata repository (using ``colrev-batch-gh-api.py``)
32+
- Select new tag
33+
- Enter the release notes
34+
- Publish the release
35+
- The PyPI version is published through a [github action](https://github.com/CoLRev-Environment/colrev/actions/workflows/publish.yml): ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CoLRev-Ecosystem/colrev/publish.yml)
36+
- The zenodo version is published automatically
37+
- Trigger/test the Github-action in a curated metadata repository (using ``colrev-batch-gh-api.py``)
3838

3939
- Update [example repository](https://github.com/CoLRev-Environment/example) if necessary
4040
- Update the release in the devcontainer of [colrev-template](https://github.com/CoLRev-Environment/colrev-template)
4141

42-
```
42+
```sh
4343
mkdir example && cd example
4444
colrev init --example
4545
colrev load

0 commit comments

Comments
 (0)