Skip to content

Commit

Permalink
Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
devfacet committed May 8, 2021
1 parent ab08f96 commit d88c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ make test-ui

```sh
git add CHANGELOG.md # update CHANGELOG.md first
make release v1.0.0 # replace "v1.0.0" with new version
make release GIT_TAG=v1.0.0 # replace "v1.0.0" with new version
```

## Contributing
Expand Down

0 comments on commit d88c450

Please sign in to comment.