Skip to content

Commit

Permalink
add a pause
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and emilio committed Mar 19, 2024
1 parent d1a2504 commit c78f665
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 @@ -600,7 +600,7 @@ cargo dist generate-ci # to update .github/workflows/release.yml

### What to do if a Github release fails

If the release process fails after you run `cargo release` you can manually
If the release process fails after you run `cargo release`, you can manually
delete the tag and release from Github. Also remember to delete the tag locally
by running `git tag -d`. Once all the extra changes are in the `main` branch
you can trigger a release by creating a new tag using `git tag` and push it
Expand Down

0 comments on commit c78f665

Please sign in to comment.