diff --git a/README.md b/README.md index f3d50e5..c429b5c 100644 --- a/README.md +++ b/README.md @@ -56,20 +56,15 @@ docker build . --file .\Dockerfile --tag cryptonet-service:latest Preview ``` git tag -a "v3.0.0-preview002" -m "Release version 3.0.0-preview002" -``` - -Beta -``` -git tag -a "v3.0.0-beta" -m "Release version 3.0.0-beta" +git push origin "v3.0.0-preview002" ``` Release ``` git tag -a "v3.0.0" -m "Release version 3.0.0" +git push origin "v3.0.0" ``` -git push origin --tags - ## Contributing You are more than welcome to contribute in one of the following ways: