Skip to content

Commit

Permalink
release 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Dec 7, 2024
1 parent f382819 commit 2055100
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 150 deletions.
8 changes: 4 additions & 4 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ Follow this document to make new Phenopacket store release.
python3 -m pip install phenopacket-store-toolkit[release]
```
4. Generate release archives with `ppktstore` CLI.
For instance, run following to generate a release `0.1.16`:
For instance, run following to generate a release `0.1.23`:
```shell
python3 -m ppktstore package --notebook-dir notebooks --release-tag 0.1.16 --output all_phenopackets
```

This will pack all phenopackets found in `notebooks` folder into `all_phenopackets.zip` ZIP file.
The ZIP file includes a top-level folder that corresponds to the used release tag (e.g. `0.1.16` in this case).
5. Run the `PhenopacketStoreStats` notebook to update the stats
The ZIP file includes a top-level folder that corresponds to the used release tag (e.g. `0.1.23` in this case).
5. Run the `PhenopacketStoreStats` notebook to update the stats (after updating the release_tag variable).
6. Commit the changes in the notebook
7. Push the commits to GitHub
8. Go to [Releases](https://github.com/monarch-initiative/phenopacket-store/releases) and click on *Draft a new release* button to start making a new release
9. Click on *Choose a tag* dropdown, type the release in (e.g. `0.1.16`), and click on *Create new tag on publish* (**IMPORTANT!**)
9. Click on *Choose a tag* dropdown, type the release in (e.g. `0.1.23`), and click on *Create new tag on publish* (**IMPORTANT!**)
![Choose a tag](img/choose_a_tag.png)
10. Click on *Generate release notes* button to add what's changed into the release notes
11. Attach the release archive generated in the 4th step by dragging it into the area located below the release notes
Expand Down
Loading

0 comments on commit 2055100

Please sign in to comment.