Skip to content

Commit

Permalink
typo fixes to src/dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dingraha committed Jul 2, 2024
1 parent 81157a0 commit 8cd7521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/dev.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developer Notes

## CompatHelper.jl, Running Tests, and Signing Commits
CompatHelper.jl will automatically look for new versions of AcousticMetrics.jl's dependencies and, if it finds any breaking versions, open PRs with AcousticMetrics.jl's `Project.toml` to incorporate the new versions.
CompatHelper.jl will automatically look for new versions of AcousticMetrics.jl's dependencies and, if it finds any breaking versions, open PRs with changes to AcousticMetrics.jl's `Project.toml` to incorporate the new versions.
But!
The PR won't automatically run the GitHub Action tests: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
A workaround is to manually close and immediately re-open the PR, which will run the tests and isn't too much work.
Expand All @@ -13,5 +13,5 @@ Check out the CompatHelper.jl PR locally, manually sign the commits, then submit
* First, check the CompatHelper.jl PR locally: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally?tool=cli
* Next, manually sign the CompatHelper.jl commit using git rebase: https://superuser.com/questions/397149/can-you-gpg-sign-old-commits#
* Then push the branch with the newly signed commits to my fork, and merge
* Close this CompatHelper.jl PR :-/
* Close the CompatHelper.jl PR :-/

0 comments on commit 8cd7521

Please sign in to comment.