Skip to content

Commit

Permalink
MRG: minor fixes to release docs after v4.7.0 (#2498)
Browse files Browse the repository at this point in the history
Minor updates after releasing v4.7.0, following the maturin-inspired
changes in #2386, #2481, and #2479.

* fix chdir command
* use PR rather than issue for release notes
* update zenodo URL for checking zenodo DOI minting
  • Loading branch information
ctb committed Mar 5, 2023
1 parent ace25cd commit 16979e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Releasing to PyPI:
After release to PyPI and conda-forge/bioconda packages built:
- [ ] [PyPI page](https://pypi.org/project/sourmash/) updated
- [ ] Zenodo DOI successfully minted upon new github release - [see search results](https://zenodo.org/search?page=1&size=20&q=sourmash)
- [ ] Zenodo DOI successfully minted upon new github release - [see search results](https://zenodo.org/search?page=1&size=20&q=sourmash&sort=mostrecent)
- [ ] `pip install sourmash` installs the correct version
- [ ] `mamba create -n smash-release -y sourmash` installs the correct version
```
Expand Down Expand Up @@ -66,7 +66,7 @@ Developer updates:
Dependabot updates:
```

A convenient way to edit release notes is to put them in a [hackmd.io](https://hackmd.io) document and edit/display them there; then, create a "draft release notes for v..." issue and paste the markdown into the issue.
A convenient way to edit release notes is to put them in a [hackmd.io](https://hackmd.io) document and edit/display them there; then, create a "draft release notes for v..." issue and paste the markdown into the release PR.

## Testing a release

Expand Down Expand Up @@ -185,7 +185,7 @@ NOTE: If you delete the rc tag before the rc wheels are done building, they
may get added to the wrong release.

```
cd ../sourmash
cd ../../sourmash
git tag -d v${new_version}${rc}
git push --delete origin v${new_version}${rc}
```
Expand Down

0 comments on commit 16979e8

Please sign in to comment.