Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and SergeyKleyman committed Feb 10, 2021
1 parent f9f8d4a commit 1b83a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The release process is also automated in the way any specific commit, from the master branch ideally, can be potentially released, for such it's required the below steps:

1. Checkout the commit to be released
1. Create a tag with the format `v.[0-9]+.[0-9]+.[0-9]+`, i.e.: `v1.0.2`
1. Create a tag with the format `[0-9]+.[0-9]+.[0-9]+`, i.e.: `1.0.2`
1. Push the tag to the upstream.
1. Then, the CI pipeline will trigger a release.
1. Wait for an email/slack to confirm the release is ready to be approved, it might take roughly 20 minutes.
Expand Down

0 comments on commit 1b83a9b

Please sign in to comment.