We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78f665 commit f158981Copy full SHA for f158981
CONTRIBUTING.md
@@ -602,7 +602,7 @@ cargo dist generate-ci # to update .github/workflows/release.yml
602
603
If the release process fails after you run `cargo release`, you can manually
604
delete the tag and release from Github. Also remember to delete the tag locally
605
-by running `git tag -d`. Once all the extra changes are in the `main` branch
+by running `git tag -d`. Once all the extra changes are in the `main` branch,
606
you can trigger a release by creating a new tag using `git tag` and push it
607
using `git push --tag`.
608
0 commit comments