JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

Document the regexes that PRs must match #387

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

We need to document the following:

  1. For every new package PR, what is the regex that the PR title must match?
  2. For every new version PR, what is the regex that the PR title must match?
  3. For every PR (both new package PRs and new version PRs), what is the regex that the PR body must match?

This will help private registry maintainers when they upgrade to the latest breaking release of RegistryCI.

cc: @ericphanson

DilumAluthge commented 3 years ago

Also instead of a single giant readme, we should do Documenter docs. I will create a Documenter Key and add it as a secret to this repo.

DilumAluthge commented 3 years ago

This is now available here: https://juliaregistries.github.io/RegistryCI.jl/dev/regexes/