Skip to content

ucsd-ets/dsc80-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JupyterHub container for DSC 80

How to create a release

  1. Go to the Releases page on github
  2. "Create a new release"
  3. Under "Choose a Tag" enter "sp23" and press enter
  4. Then "Publish Release"
  5. Or, instead of using github, push a tag "sp23" using the git command line interface: git tag sp23; git push origin sp23

How to re-release

  1. Go to the Releases page
  2. Click the Tags tab
  3. Delete the tag
  4. Click the Releases tab
  5. Delete the release
  6. Or, instead of using github, delete the tag "sp23" use the git command line interface to delete the tag: git -d sp23; git push ---delete origin sp23
  7. Follow instructions above to recreate the tag