@ -29,7 +29,7 @@ to the upstream master remote. Make sure the latest pipeline is passing and tag
HEAD with:
```bash
$ git tag -a 2.0.0 $(git rev-parse HEAD)
$ git tag -a <YOUR-VERSION-NUMBER> $(git rev-parse HEAD)
$ git push upstream master --tags
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.