-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
818420e
commit 60e0ca1
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
# How to use | ||
# JupyterHub container for DSC 80 | ||
|
||
1. Fork repository | ||
2. Edit Dockerfile | ||
|
||
How to create a release | ||
Go to the Releases page on github | ||
"Create a new release" | ||
Under "Choose a Tag" enter "sp23" and press enter | ||
Then "Publish Release" | ||
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 | ||
Go to the Releases page | ||
Click the Tags tab | ||
Delete the tag | ||
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 | ||
Follow instructions above to recreate the tag |