Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Update RELEASING.md #110

Merged
merged 1 commit into from
Oct 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ These are the steps that will bump the release version, commit that code, and ta
1. Make sure you are currently on the `main` branch.
2. Make sure to have the python package `bump2version` installed.
3. Run ./release.sh [major | minor | patch] to indicate whether the release will up the major, minor, or patch version respectively.
4. Verify that the correct tag is there.
5. Push the commit to the `main` branch.
6. Push to tag `git push origin <tag>`
7. Follow the CircleCI builds and Verify that they run successfully.
4. Verify that the correct tag [is there](https://github.com/MarquezProject/marquez-python/tags).