Skip to content

Commit

Permalink
docs(readme): update release command to have --no-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDudgeon committed Mar 11, 2024
1 parent 62f4d81 commit ccb2196
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 @@ -114,7 +114,7 @@ committing it as a image.
This project uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). This standardises commits so they can be used to generate changelogs. Release PRs will be created by [Release Please](https://github.com/googleapis/release-please) based on the changes since the last release. To force a PR to be generated with a specific version create an empty commit as follows:

```bash
git commit --allow-empty -m "chore: release 3.0.0-rc.1" -m "Release-As: 3.0.0-rc.1"
git commit --no-verify --allow-empty -m "chore: release 3.0.0-rc.1" -m "Release-As: 3.0.0-rc.1"
```

## Devcontainers
Expand Down

0 comments on commit ccb2196

Please sign in to comment.