Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Mar 30, 2023
1 parent 175fb1b commit ecdc16c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

Please exercise caution, as it contains babypandas.

## Creating a new release
## How to create a release

1. Open `Releases` and `Create a new release`.
2. In `Choose a tag` enter your tag, e.g. SP23
3. Click `Publish 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

## Updating a release
## How to re-release

1. Open `Releases` and click `Tags`.
2. Open the `...` menu and `Delete tag`.
3. Follow the steps above to Create a new release
1. Go to the Releases page
2. Click the Tags tab
3. Delete the tag
5. 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
6. Follow instructions above to recreate the tag

0 comments on commit ecdc16c

Please sign in to comment.