Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 278 Bytes

PUBLISHING.md

File metadata and controls

13 lines (10 loc) · 278 Bytes

Publishing

General publishing involves creating a new tag

# e.g.
git tag v1.2.3
git push --tags

And then going to https://github.com/GMOD/jbrowse-jupyter/tags and doing "create release" from the new tag. Then a github action will automatically create the tags