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

Commit d936d2a

Browse files
authored
Update RELEASING.md (#110)
remove steps that went into the script itself. Signed-off-by: SreeV <[email protected]>
1 parent efd692f commit d936d2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RELEASING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ These are the steps that will bump the release version, commit that code, and ta
33
1. Make sure you are currently on the `main` branch.
44
2. Make sure to have the python package `bump2version` installed.
55
3. Run ./release.sh [major | minor | patch] to indicate whether the release will up the major, minor, or patch version respectively.
6-
4. Verify that the correct tag is there.
7-
5. Push the commit to the `main` branch.
8-
6. Push to tag `git push origin <tag>`
9-
7. Follow the CircleCI builds and Verify that they run successfully.
6+
4. Verify that the correct tag [is there](https://github.com/MarquezProject/marquez-python/tags).

0 commit comments

Comments
 (0)