@@ -12,7 +12,7 @@ Add [commitizen][cz] incredibly fast into your project!
1212
1313Are you using [ conventional commits] [ cc ] and [ semver] [ semver ] ?
1414
15- Then you are ready to use this github action, the only thing you'll need is the
15+ Then you are ready to use this github action! The only thing you'll need is the
1616` .cz.toml ` file in your project.
1717
1818## Usage
@@ -87,23 +87,23 @@ jobs:
8787| --------- | --------------- |
8888| `version` | The new version |
8989
90- Additionally, the new version is also availble as an environment variable under `REVISION`.
90+ Additionally, the new version is also available as an environment variable under `REVISION`.
9191
9292# # Troubleshooting
9393
9494# ## Other actions are not triggered when the tag is pushed
9595
96- This problem occurs because `secrets.GITHUB_TOKEN` does not trigger other
96+ This problem occurs because `secrets.GITHUB_TOKEN` do not trigger other
9797actions [by design][by_design].
9898
99- To solve it you must use a personal access token in the checkout and the commitizen steps.
99+ To solve it, you must use a personal access token in the checkout and the commitizen steps.
100100
101101Follow the instructions in [commitizen's documentation][cz-docs-ga]
102102
103103# # I'm not using conventional commits, I'm using my own set of rules on commits
104104
105- If your rules can be parsed then you can build your own commitizen rules, you can
106- create a new commitizen python package or you can describe it on the `toml` conf itself.
105+ If your rules can be parsed, then you can build your own commitizen rules,
106+ create a new commitizen python package, or you can describe it on the `toml` config itself.
107107
108108[Read more about customization][cz-custom]
109109
0 commit comments