Skip to content

Commit

Permalink
Update RELEASING.md (georgia-tech-db#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 authored Sep 29, 2022
1 parent f435e06 commit 91e81ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then run `chmod 600 ./.pypirc` so only you can read/write.
1. Make sure you're in the top-level `eva` directory.
1. Make certain your branch is in sync with head:

$ git pull origin main
$ git pull origin master

1. Add a new changelog entry for the release.

Expand All @@ -47,7 +47,7 @@ Then run `chmod 600 ./.pypirc` so only you can read/write.
git commit -m "[RELEASE]: v0.0.6"
git push --set-upstream origin release-v0.0.6

1. Once the PR is approved, merge it and pull main locally.
1. Once the PR is approved, merge it and pull master locally.

1. Tag the release:

Expand Down

0 comments on commit 91e81ea

Please sign in to comment.