Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
chore: add release notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Feb 13, 2022
1 parent be29ad0 commit 103cfd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ For developing with JupyterLab:
```
jupyter labextension develop --overwrite higlass_widget
```


### Release

```
npm version [major|minor|patch]
git tag -a vX.X.X -m "vX.X.X"
git push --follow-tags
```

0 comments on commit 103cfd1

Please sign in to comment.