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 c78f665 commit f158981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -602,7 +602,7 @@ cargo dist generate-ci # to update .github/workflows/release.yml

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
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
using `git push --tag`.

Expand Down

0 comments on commit f158981

Please sign in to comment.