Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Sep 29, 2020
1 parent 3db3371 commit 87b34ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Thanks to the Azure Pipelines, we are able to deploy by just creating a new tag
cz bump --no-verify
```

`--prerelease` tag can be added to create a pre-release. Then, we can directly push the tags:
`--prerelease beta` tag can be added to create a pre-release. Note that you can also add `--dry-run` to see which version will bump without commiting anything. Then, we can directly push the tags:

```
git push origin master --tags
Expand Down

0 comments on commit 87b34ca

Please sign in to comment.