Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Nov 24, 2024
1 parent 4928118 commit 2ef7e94
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ef7e94

Please sign in to comment.